C# Class GDIPen, NewTOAPIA

Inheritance: Pen, IDisposable
Mostrar archivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Protected Properties

Property Type Description
fPenHandle IntPtr

Public Methods

Method Description
Dispose ( ) : void
GDIPen ( ) : System
GDIPen ( int penStyle, int width, uint colorref, System.Guid uniqueID ) : System
OnSetColor ( uint color ) : void
OnSetHandle ( IntPtr aHandle ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GDIPen() public method

public GDIPen ( ) : System
return System

GDIPen() public method

public GDIPen ( int penStyle, int width, uint colorref, System.Guid uniqueID ) : System
penStyle int
width int
colorref uint
uniqueID System.Guid
return System

OnSetColor() public method

public OnSetColor ( uint color ) : void
color uint
return void

OnSetHandle() public method

public OnSetHandle ( IntPtr aHandle ) : void
aHandle IntPtr
return void

Property Details

fPenHandle protected_oe property

protected IntPtr fPenHandle
return IntPtr