C# Class Pen, NewTOAPIA

Pen class.
Inheritance: Respawnable
Datei anzeigen Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
fLogPen LOGPEN,

Public Methods

Method Description
Pen ( ) : System
Pen ( int penStyle, int width, uint colorref, Guid aGuid ) : System

Method Details

Pen() public method

public Pen ( ) : System
return System

Pen() public method

public Pen ( int penStyle, int width, uint colorref, Guid aGuid ) : System
penStyle int
width int
colorref uint
aGuid Guid
return System

Property Details

fLogPen public_oe property

public LOGPEN, fLogPen
return LOGPEN,