シンタックス
'宣言
Public Sub GetBounds( _
ByVal As Size, _
ByVal As Rect, _
ByVal As System.Double, _
ByRef As Rect, _
ByRef As Rect _
)
'使用法
Dim instance As CheckBoxField
Dim checkMarkSize As Size
Dim bounds As Rect
Dim spacing As System.Double
Dim checkMarkBounds As Rect
Dim textBounds As Rect
instance.GetBounds(checkMarkSize, bounds, spacing, checkMarkBounds, textBounds)
public void GetBounds(
Size ,
Rect ,
System.double ,
ref Rect ,
ref Rect
)
パラメータ
- checkMarkSize
- bounds
- spacing
- checkMarkBounds
- textBounds
参照