Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / Viewport Class / GetBounds Method / GetBounds() Method

In This Topic
    GetBounds() Method
    In This Topic
    Gets the bounds rectangle in screen coordinates.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function GetBounds() As Rectangle
    public virtual Rectangle GetBounds()

    Return Value

    The bounds rectangle in screen coordinates.
    See Also