SetBounds(Rectangle) Method
In This Topic
Internal use only.
Syntax
'Declaration
Overloads Sub SetBounds( _
ByVal As Rectangle _
)
'Usage
Dim instance As IElement
Dim rectInput As Rectangle
instance.SetBounds(rectInput)
void SetBounds(
Rectangle
)
Parameters
- rectInput
See Also