Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / CanvasContainerBase Class / SetElementBounds Method


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

    Parameters

    rectInput
    See Also