C# 클래스 DemoGraphics.SpiroGraphic

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
CircleDemo ( ) : void
Draw ( DrawEvent de ) : void
DrawAt ( IGraphPort graphPort, int x, int y, Rectangle updateRect ) : void
SpiroGraphic ( ) : System

메소드 상세

CircleDemo() 공개 메소드

public CircleDemo ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( DrawEvent de ) : void
de DrawEvent
리턴 void

DrawAt() 공개 메소드

public DrawAt ( IGraphPort graphPort, int x, int y, Rectangle updateRect ) : void
graphPort IGraphPort
x int
y int
updateRect Rectangle
리턴 void

SpiroGraphic() 공개 메소드

public SpiroGraphic ( ) : System
리턴 System