'Declaration
Protected Overloads Overridable Sub SetBoundsFloat( _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Boolean _
)
'使用法
Dim instance As PSObject
Dim x As Single
Dim y As Single
Dim width As Single
Dim height As Single
Dim adjustRegion As Boolean
instance.SetBoundsFloat(x, y, width, height, adjustRegion)