C# Class NewTOAPIA.Drawing.GDICosmeticPen

Inheritance: GDIPen
ファイルを表示 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_oe static_oe property

public static GDIPen,NewTOAPIA.Drawing Black
return GDIPen

Blue public_oe static_oe property

public static GDIPen,NewTOAPIA.Drawing Blue
return GDIPen

Green public_oe static_oe property

public static GDIPen,NewTOAPIA.Drawing Green
return GDIPen

Red public_oe static_oe property

public static GDIPen,NewTOAPIA.Drawing Red
return GDIPen