Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / UserInterfaceBase Class / GetBounds Method
The viewport

In This Topic
    GetBounds Method (UserInterfaceBase)
    In This Topic
    Gets the bounds rectangle in screen coordinates.
    Syntax
    'Declaration
     
    Public MustOverride Function GetBounds( _
       ByVal viewport As Viewport _
    ) As Rectangle
    public abstract Rectangle GetBounds( 
       Viewport viewport
    )

    Parameters

    viewport
    The viewport

    Return Value

    The bounds rectangle in screen coordinates.
    See Also