Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ScreenPolygonParams Class / Max Property

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