C# Class cadencii.java.awt.Graphics2D

Inheritance: Graphics
Afficher le fichier Open project: cadencii/cadencii Class Usage Examples

Méthodes publiques

Méthode Description
Graphics2D ( System g ) : System
fill ( Shape s ) : void
getStroke ( ) : Stroke
setStroke ( Stroke stroke ) : void
translate ( double tx, double ty ) : void
translate ( int tx, int ty ) : void

Method Details

Graphics2D() public méthode

public Graphics2D ( System g ) : System
g System
Résultat System

fill() public méthode

public fill ( Shape s ) : void
s Shape
Résultat void

getStroke() public méthode

public getStroke ( ) : Stroke
Résultat Stroke

setStroke() public méthode

public setStroke ( Stroke stroke ) : void
stroke Stroke
Résultat void

translate() public méthode

public translate ( double tx, double ty ) : void
tx double
ty double
Résultat void

translate() public méthode

public translate ( int tx, int ty ) : void
tx int
ty int
Résultat void