GrapeCity SPREAD for Windows Forms 11.0J
Inset コンストラクタ(Int32,Int32)


左インセットのピクセル数(x軸)
上インセットのピクセル数(y軸)
上と左の余白(インセット)を指定して、余白(インセット)のセットを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal xInset As Integer, _
   ByVal yInset As Integer _
)
'使用法
 
Dim xInset As Integer
Dim yInset As Integer
 
Dim instance As New Inset(xInset, yInset)
public Inset( 
   int xInset,
   int yInset
)

パラメータ

xInset
左インセットのピクセル数(x軸)
yInset
上インセットのピクセル数(y軸)
解説
このコンストラクタは Inset オブジェクトを初期化します。呼び出し時に上と左の余白(インセット)を指定できます。
参照

Inset クラス
Inset メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.