C# Class Alsing.Drawing.DesktopGraphics

Inheritance: IDisposable
Show file Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
Graphics System.Drawing.Graphics

Protected Properties

Property Type Description
handle System.IntPtr
hdc System.IntPtr

Public Methods

Method Description
DesktopGraphics ( ) : System
Dispose ( ) : void

Method Details

DesktopGraphics() public method

public DesktopGraphics ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Property Details

Graphics public property

public Graphics,System.Drawing Graphics
return System.Drawing.Graphics

handle protected property

protected IntPtr,System handle
return System.IntPtr

hdc protected property

protected IntPtr,System hdc
return System.IntPtr