C# Class ikvm.awt.NetGraphicsState

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

Méthodes publiques

Méthode Description
NetGraphicsState ( ) : System
NetGraphicsState ( NetGraphics netG ) : System
restoreGraphics ( NetGraphics netG ) : void
saveGraphics ( NetGraphics netG ) : void

Method Details

NetGraphicsState() public méthode

public NetGraphicsState ( ) : System
Résultat System

NetGraphicsState() public méthode

public NetGraphicsState ( NetGraphics netG ) : System
netG NetGraphics
Résultat System

restoreGraphics() public méthode

public restoreGraphics ( NetGraphics netG ) : void
netG NetGraphics
Résultat void

saveGraphics() public méthode

public saveGraphics ( NetGraphics netG ) : void
netG NetGraphics
Résultat void