C# Class DesignPrinciple.Sample1.Graphics

Afficher le fichier Open project: ZShijun/DesignPattern

Méthodes publiques

Méthode Description
Fill ( ShapeType shape ) : void
Stroke ( ShapeType shape ) : void

Method Details

Fill() public méthode

public Fill ( ShapeType shape ) : void
shape ShapeType
Résultat void

Stroke() public méthode

public Stroke ( ShapeType shape ) : void
shape ShapeType
Résultat void