Gets or sets the midpoint of the edge.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public Point MidPoint { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MidPoint As Point |
| Visual C++ |
|---|
public: property Point^ MidPoint { Point^ get (); void set (Point^ value); } |
Field Value
The mid point of the edge.
Remarks
Setting the midpoint moves the start and end point analogously.