CalendarView for WinForms
ColorPen クラス
メンバ 

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 : ColorPen クラス
Defines a brush that has a solid color.
オブジェクト モデル
ColorPen クラス
シンタックス
'宣言
 
Public NotInheritable Class ColorPen 
   Inherits Pen
public sealed class ColorPen : Pen 
解説
This pen has the same funtion as SolidPen in painting. The width of SolidPen is always 1. This pen will not consume gdi handle. In other word, the Handle property is always IntPtr.Zero. So it can not be used to C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.
継承階層

System.Object
   System.MarshalByRefObject
      C1.Framework.Drawing.Gdi.GdiObject
         C1.Framework.Drawing.Gdi.Pen
            C1.Framework.Drawing.Gdi.ColorPen

参照

ColorPen メンバ
C1.Framework.Drawing.Gdi 名前空間