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

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > SolidPen クラス > SolidPen コンストラクタ : SolidPen コンストラクタ(Color,Int32,DashCap,LineJoin)
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 SolidPen class.
シンタックス
'宣言
 
Public Function New( _
   ByVal color As System.Drawing.Color, _
   ByVal width As System.Integer, _
   ByVal cap As DashCap, _
   ByVal join As LineJoin _
)
public SolidPen( 
   System.Drawing.Color color,
   System.int width,
   DashCap cap,
   LineJoin join
)

パラメータ

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.
参照

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