CalendarView for WinForms
HatchBrush コンストラクタ(HatchStyle,Color,Color)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > HatchBrush クラス > HatchBrush コンストラクタ : HatchBrush コンストラクタ(HatchStyle,Color,Color)
A HatchStyle indicate the drawing style of Brush
A System.Drawing.Color indicate the foreground color of the device on which be drawed
A System.Drawing.Color indicate the backgound color of the device on which be drawed
Initialize a new instance of the HatchBrush class
シンタックス
'宣言
 
Public Function New( _
   ByVal style As HatchStyle, _
   ByVal foregroundColor As System.Drawing.Color, _
   ByVal backgroundColor As System.Drawing.Color _
)
public HatchBrush( 
   HatchStyle style,
   System.Drawing.Color foregroundColor,
   System.Drawing.Color backgroundColor
)

パラメータ

style
A HatchStyle indicate the drawing style of Brush
foregroundColor
A System.Drawing.Color indicate the foreground color of the device on which be drawed
backgroundColor
A System.Drawing.Color indicate the backgound color of the device on which be drawed
参照

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