'Declaration
Public Overridable Function GetAdjustedClientRectangle( _
ByVal As Rectangle, _
ByVal As Inset, _
ByVal As Inset _
) As Rectangle
'使用法
Dim instance As ControlBase
Dim ctlRectangle As Rectangle
Dim border As Inset
Dim margin As Inset
Dim value As Rectangle
value = instance.GetAdjustedClientRectangle(ctlRectangle, border, margin)
パラメータ
- ctlRectangle
- クライアント矩形
- border
- 境界線のインセット
- margin
- 余白のインセット
戻り値の型
クライアント矩形を含むRectangleオブジェクト