PowerTools SPREAD for Windows Forms 8.0J
CreateRoundedLineBorder(Color,Int32) メソッド


境界線の色
境界線の太さ(ピクセル単位)
色と太さを指定して角丸一重境界線を作成します。
構文
'Declaration
 
Public Overloads Function CreateRoundedLineBorder( _
   ByVal color As Color, _
   ByVal thickness As Integer _
) As RoundedLineBorder
'使用法
 
Dim instance As RoundedLineBorderFactory
Dim color As Color
Dim thickness As Integer
Dim value As RoundedLineBorder
 
value = instance.CreateRoundedLineBorder(color, thickness)
public RoundedLineBorder CreateRoundedLineBorder( 
   Color color,
   int thickness
)

パラメータ

color
境界線の色
thickness
境界線の太さ(ピクセル単位)
参照

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

 

 


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