PathPointPosition Property |
Gets the position associated with this point.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartesian Position { get; }
Public ReadOnly Property Position As Cartesian
Get
public:
property Cartesian Position {
Cartesian get ();
}
member Position : Cartesian with get
Property Value
Type:
CartesianSee Also