C# Class DesignPrinciple.Sample1.Graphics

Datei anzeigen Open project: ZShijun/DesignPattern

Public Methods

Method Description
Fill ( ShapeType shape ) : void
Stroke ( ShapeType shape ) : void

Method Details

Fill() public method

public Fill ( ShapeType shape ) : void
shape ShapeType
return void

Stroke() public method

public Stroke ( ShapeType shape ) : void
shape ShapeType
return void