Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ScreenPolygonParams Class / Min Property

In This Topic
    Min Property (ScreenPolygonParams)
    In This Topic
    Gets or sets the minimum value of the polygon points.
    Syntax
    'Declaration
     
    Public Property Min As Point2D
    public Point2D Min {get; set;}
    See Also