SetBounds(Rectangle) Method
Sets the bounds of the element to the location and size of the specified bounding rectangle object (with integer values).
'Declaration
Public Overloads Overridable Sub SetBounds( _
ByVal As Rectangle _
)
'Usage
Dim instance As HeartShape
Dim rectInput As Rectangle
instance.SetBounds(rectInput)
Parameters
- rectInput
- Rectangle object that contains the bounding rectangle in integer dimensions