GrapeCity SPREAD for Windows Forms 11.0J
CreateBevelBorder(BevelBorderType,Color,Color,Int32,Boolean,Boolean,Boolean,Boolean) メソッド


ベベル境界線の種類(凹/凸)
ベベル境界線のハイライト色
ベベル境界線の影の色
ベベル境界線の幅(ピクセル単位)
左辺に描画するかどうか
上辺に描画するかどうか
右辺に描画するかどうか
下辺に描画するかどうか
種類、ハイライト色、影の色、幅、描画する辺を指定して ベベル境界線を作成します。
構文
'Declaration
 
Public Overloads Function CreateBevelBorder( _
   ByVal type As BevelBorderType, _
   ByVal highlight As Color, _
   ByVal shadow As Color, _
   ByVal thickness As Integer, _
   ByVal left As Boolean, _
   ByVal top As Boolean, _
   ByVal right As Boolean, _
   ByVal bottom As Boolean _
) As BevelBorder
'使用法
 
Dim instance As BevelBorderFactory
Dim type As BevelBorderType
Dim highlight As Color
Dim shadow As Color
Dim thickness As Integer
Dim left As Boolean
Dim top As Boolean
Dim right As Boolean
Dim bottom As Boolean
Dim value As BevelBorder
 
value = instance.CreateBevelBorder(type, highlight, shadow, thickness, left, top, right, bottom)

パラメータ

type
ベベル境界線の種類(凹/凸)
highlight
ベベル境界線のハイライト色
shadow
ベベル境界線の影の色
thickness
ベベル境界線の幅(ピクセル単位)
left
左辺に描画するかどうか
top
上辺に描画するかどうか
right
右辺に描画するかどうか
bottom
下辺に描画するかどうか

戻り値の型

指定されたパラメータを持つベベル境界線(BevelBorderオブジェクト)
参照

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

 

 


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