C# Class eu.sig.training.ch05.boardpanel.v2.BoardPanel.Sprite

Afficher le fichier Open project: oreillymedia/building_maintainable_software

Méthodes publiques

Méthode Description
Draw ( Graphics g, int x, int y, int w, int h ) : void

Method Details

Draw() public méthode

public Draw ( Graphics g, int x, int y, int w, int h ) : void
g System.Drawing.Graphics
x int
y int
w int
h int
Résultat void