Eyeshot 11 WPF API Reference
WPF 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