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


左側のパディングサイズ
上側のパディングサイズ
右側のパディングサイズ
下側のパディングサイズ
それぞれの側で異なるパディングサイズを使用して、PaddingFクラスの新しいインスタンスを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal right As Single, _
   ByVal bottom As Single _
)
'使用法
 
Dim left As Single
Dim top As Single
Dim right As Single
Dim bottom As Single
 
Dim instance As New PaddingF(left, top, right, bottom)
public PaddingF( 
   float left,
   float top,
   float right,
   float bottom
)

パラメータ

left
左側のパディングサイズ
top
上側のパディングサイズ
right
右側のパディングサイズ
bottom
下側のパディングサイズ
参照

PaddingF 構造体
PaddingF メンバ
オーバーロード一覧

 

 


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