Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Segment2D Class / MidPoint Property

In This Topic
    MidPoint Property (Segment2D)
    In This Topic
    Gets the segment mid point.
    Syntax
    'Declaration
     
    Public ReadOnly Property MidPoint As Point2D
    public Point2D MidPoint {get;}
    See Also