C# Class NewTOAPIA.Drawing.GDI.GDIPen

Inheritance: GDIObject, IPen
Exibir arquivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
GDIPen ( Colorref colorref ) : System
GDIPen ( PenType aType, PenStyle aStyle, PenJoinStyle aJoinStyle, PenEndCap aEndCap, Colorref colorref, int width, System.Guid uniqueID ) : System

Method Details

GDIPen() public method

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

GDIPen() public method

public GDIPen ( PenType aType, PenStyle aStyle, PenJoinStyle aJoinStyle, PenEndCap aEndCap, Colorref colorref, int width, System.Guid uniqueID ) : System
aType PenType
aStyle PenStyle
aJoinStyle PenJoinStyle
aEndCap PenEndCap
colorref NewTOAPIA.Graphics.Colorref
width int
uniqueID System.Guid
return System