Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / IViewport Interface / Location Property

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