Gets the start point of the arc.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public Point StartPoint { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property StartPoint As Point |
| Visual C++ |
|---|
public: property Point^ StartPoint { Point^ get (); } |