SetBoundsFloatInternal Method (XShape)
In This Topic
Set float bound.
Syntax
'Declaration
Protected Overridable Sub SetBoundsFloatInternal( _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single _
)
'Usage
Dim instance As XShape
Dim x As Single
Dim y As Single
Dim width As Single
Dim height As Single
instance.SetBoundsFloatInternal(x, y, width, height)
protected virtual void SetBoundsFloatInternal(
float ,
float ,
float ,
float
)
Parameters
- x
- X-coordinate for bounding rectangle's top-left corner
- y
- Y-coordinate for bounding rectangle's top-left corner
- width
- Width of bounding rectangle in pixels
- height
- Height of bounding rectangle in pixels
See Also