GrapeCity SPREAD for Windows Forms 12.0J
GetAdjustedClientRectangle メソッド


クライアント矩形
境界線のインセット
余白のインセット
コントロールの調整済みクライアント矩形を返します。
構文
'Declaration
 
Public Overridable Function GetAdjustedClientRectangle( _
   ByVal ctlRectangle As Rectangle, _
   ByVal border As Inset, _
   ByVal margin 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)
public virtual Rectangle GetAdjustedClientRectangle( 
   Rectangle ctlRectangle,
   Inset border,
   Inset margin
)

パラメータ

ctlRectangle
クライアント矩形
border
境界線のインセット
margin
余白のインセット

戻り値の型

クライアント矩形を含むRectangleオブジェクト
解説

詳細については、Microsoft .NET FrameworkリファレンスのRectangle構造体を参照してください。

参照

ControlBase クラス
ControlBase メンバ

 

 


Copyright © 2004 GrapeCity inc.