C# Class ikvm.awt.NetGraphicsState

State to store/restore the state of a NetGraphics/Graphics object
Exibir arquivo Open project: samskivert/ikvm-monotouch Class Usage Examples

Public Methods

Method Description
NetGraphicsState ( ) : System
NetGraphicsState ( NetGraphics netG ) : System
restoreGraphics ( NetGraphics netG ) : void
saveGraphics ( NetGraphics netG ) : void

Method Details

NetGraphicsState() public method

public NetGraphicsState ( ) : System
return System

NetGraphicsState() public method

public NetGraphicsState ( NetGraphics netG ) : System
netG NetGraphics
return System

restoreGraphics() public method

public restoreGraphics ( NetGraphics netG ) : void
netG NetGraphics
return void

saveGraphics() public method

public saveGraphics ( NetGraphics netG ) : void
netG NetGraphics
return void