GrapeCity SPREAD for Windows Forms 12.0J
Bevel コンストラクタ


ベベルの背景を表す Color
ベベルの幅を示す System.Int32 値。
べベルの明るい部分の明るさを背景色に対する割合を表すInt32値。
べベルの影の部分の明るさを背景色に対する割合を表すInt32値。
指定した属性を使用して、新しい Bevel インスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal color As Color, _
   ByVal width As Integer, _
   ByVal lightness As Integer, _
   ByVal darkness As Integer _
)
'使用法
 
Dim color As Color
Dim width As Integer
Dim lightness As Integer
Dim darkness As Integer
 
Dim instance As New Bevel(color, width, lightness, darkness)
public Bevel( 
   Color color,
   int width,
   int lightness,
   int darkness
)

パラメータ

color
ベベルの背景を表す Color
width
ベベルの幅を示す System.Int32 値。
lightness
べベルの明るい部分の明るさを背景色に対する割合を表すInt32値。
darkness
べベルの影の部分の明るさを背景色に対する割合を表すInt32値。
参照

Bevel 構造体
Bevel メンバ

 

 


Copyright © 2004 GrapeCity inc.