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

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