C# Class NewTOAPIA.Drawing.GDI.GDICosmeticPen

Inheritance: GDIPen
Show file Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
Black GDIPen
Blue GDIPen
Green GDIPen
Red GDIPen

Public Methods

Method Description
GDICosmeticPen ( Colorref colorref ) : System
GDICosmeticPen ( PenStyle penStyle, Colorref colorref, System.Guid uniqueID ) : System

Private Methods

Method Description
GDICosmeticPen ( ) : System

Method Details

GDICosmeticPen() public method

public GDICosmeticPen ( Colorref colorref ) : System
colorref NewTOAPIA.Graphics.Colorref
return System

GDICosmeticPen() public method

public GDICosmeticPen ( PenStyle penStyle, Colorref colorref, System.Guid uniqueID ) : System
penStyle PenStyle
colorref NewTOAPIA.Graphics.Colorref
uniqueID System.Guid
return System

Property Details

Black public static property

public static GDIPen Black
return GDIPen

Blue public static property

public static GDIPen Blue
return GDIPen

Green public static property

public static GDIPen Green
return GDIPen

Red public static property

public static GDIPen Red
return GDIPen