CalendarView for WinForms
DashPen コンストラクタ(DashStyle,Color,Int32,DashCap,LineJoin)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > DashPen クラス > DashPen コンストラクタ : DashPen コンストラクタ(DashStyle,Color,Int32,DashCap,LineJoin)
A DashStyle indicate the style of lines be drawed
A Color indicates the color of the pen.
An int indicates the width of the pen.
A DashCap indicates the cap style of the pen.
A LineJoin indicates the join style of the pen.
Initializes a new instance of the DashPen class.
シンタックス
'宣言
 
Public Function New( _
   ByVal dashStyle As DashStyle, _
   ByVal color As System.Drawing.Color, _
   ByVal width As System.Integer, _
   ByVal cap As DashCap, _
   ByVal join As LineJoin _
)
public DashPen( 
   DashStyle dashStyle,
   System.Drawing.Color color,
   System.int width,
   DashCap cap,
   LineJoin join
)

パラメータ

dashStyle
A DashStyle indicate the style of lines be drawed
color
A Color indicates the color of the pen.
width
An int indicates the width of the pen.
cap
A DashCap indicates the cap style of the pen.
join
A LineJoin indicates the join style of the pen.
参照

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