C# Class Alsing.Drawing.GDI.GDIPen

Inheritance: GDIObject
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
hPen System.IntPtr

Public Methods

Method Description
GDIPen ( Color color, int width ) : System

Protected Methods

Method Description
Destroy ( ) : void

Method Details

Destroy() protected method

protected Destroy ( ) : void
return void

GDIPen() public method

public GDIPen ( Color color, int width ) : System
color Color
width int
return System

Property Details

hPen public_oe property

public IntPtr,System hPen
return System.IntPtr