Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CanvasBase Class / SetElementBounds Method


In This Topic
    SetElementBounds Method (CanvasBase)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetElementBounds( _
       ByVal rectInput As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As CanvasBase
    Dim rectInput As Rectangle
     
    instance.SetElementBounds(rectInput)
    protected virtual void SetElementBounds( 
       Rectangle rectInput
    )

    Parameters

    rectInput
    See Also