PowerTools SPREAD for Windows Forms 8.0J
SetBoundingRectangle メソッド


クライアント矩形
境界線のインセット
余白のインセット
コントロールのクライアント矩形の境界を設定します。
構文
public virtual void SetBoundingRectangle( 
   Rectangle ctlRectangle,
   Inset border,
   Inset margin
)
'Declaration
 
Public Overridable Sub SetBoundingRectangle( _
   ByVal ctlRectangle As Rectangle, _
   ByVal border As Inset, _
   ByVal margin As Inset _
) 
 
'使用法
 
Dim instance As ControlBase
Dim ctlRectangle As Rectangle
Dim border As Inset
Dim margin As Inset
 
instance.SetBoundingRectangle(ctlRectangle, border, margin)

パラメータ

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

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

参照

ControlBase クラス
ControlBase メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.