Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / OnScreenPosition Property

In This Topic
    OnScreenPosition Property (Label)
    In This Topic
    Gets label position on screen.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property OnScreenPosition As Point2D
    public virtual Point2D OnScreenPosition {get;}
    Remarks
    This point is changed every time the end user ZoomPanRotate. The point coordinates refers to viewport bottom-left corner.
    See Also