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


左境界線を示すLine
上境界線を示すLine
右境界線を示すLine
下境界線を示すLine
CharBoxBorderInfoクラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal left As Line, _
   ByVal top As Line, _
   ByVal right As Line, _
   ByVal bottom As Line _
)
'使用法
 
Dim left As Line
Dim top As Line
Dim right As Line
Dim bottom As Line
 
Dim instance As New CharBoxBorderInfo(left, top, right, bottom)
public CharBoxBorderInfo( 
   Line left,
   Line top,
   Line right,
   Line bottom
)

パラメータ

left
左境界線を示すLine
top
上境界線を示すLine
right
右境界線を示すLine
bottom
下境界線を示すLine
参照

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

 

 


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