SetBounds(Rectangle) Method
In This Topic
Sets the bounds of the element to the location and size of the specified bounding rectangle object (with integer values).
Syntax
'Declaration
Public Overloads Overridable Sub SetBounds( _
ByVal As Rectangle _
)
'Usage
Dim instance As LineShape
Dim rectInput As Rectangle
instance.SetBounds(rectInput)
public virtual void SetBounds(
Rectangle
)
Parameters
- rectInput
- Rectangle object that contains the bounding rectangle in integer dimensions
See Also