Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / Location Property

In This Topic
    Location Property (Viewport)
    In This Topic
    The coordinates of the upper-left corner of the viewport relative to the upper-left corner of its container.
    Syntax
    'Declaration
     
    Public Property Location As Point
    public Point Location {get; set;}
    See Also