C# 클래스 DesignPrinciple.Sample1.Graphics

파일 보기 프로젝트 열기: ZShijun/DesignPattern

공개 메소드들

메소드 설명
Fill ( ShapeType shape ) : void
Stroke ( ShapeType shape ) : void

메소드 상세

Fill() 공개 메소드

public Fill ( ShapeType shape ) : void
shape ShapeType
리턴 void

Stroke() 공개 메소드

public Stroke ( ShapeType shape ) : void
shape ShapeType
리턴 void