PointOnCurvePoint Property |
Gets the coordinates of the point on the curve.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartesian Point { get; }
Public ReadOnly Property Point As Cartesian
Get
public:
property Cartesian Point {
Cartesian get ();
}
member Point : Cartesian with get
Property Value
Type:
CartesianSee Also