Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point2D Class / MinValue Property

In This Topic
    MinValue Property (Point2D)
    In This Topic
    Returns a 2D point with coordinates at double.MinValue.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property MinValue As Point2D
    public static Point2D MinValue {get;}
    See Also