C# Class NewTOAPIA.Drawing.GDICosmeticPen

Inheritance: GDIPen
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
Black GDIPen
Blue GDIPen
Green GDIPen
Red GDIPen

Public Methods

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

Private Methods

Method Description
GDICosmeticPen ( ) : System

Method Details

GDICosmeticPen() public method

public GDICosmeticPen ( PenStyle penStyle, uint colorref, System.Guid uniqueID ) : System
penStyle PenStyle
colorref uint
uniqueID System.Guid
return System

GDICosmeticPen() public method

public GDICosmeticPen ( uint colorref ) : System
colorref uint
return System

Property Details

Black public static property

public static GDIPen,NewTOAPIA.Drawing Black
return GDIPen

Blue public static property

public static GDIPen,NewTOAPIA.Drawing Blue
return GDIPen

Green public static property

public static GDIPen,NewTOAPIA.Drawing Green
return GDIPen

Red public static property

public static GDIPen,NewTOAPIA.Drawing Red
return GDIPen