C# Class DemoGraphics.SpiroGraphic

显示文件 Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
CircleDemo ( ) : void
Draw ( DrawEvent de ) : void
DrawAt ( IGraphPort graphPort, int x, int y, Rectangle updateRect ) : void
SpiroGraphic ( ) : System

Method Details

CircleDemo() public method

public CircleDemo ( ) : void
return void

Draw() public method

public Draw ( DrawEvent de ) : void
de DrawEvent
return void

DrawAt() public method

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

SpiroGraphic() public method

public SpiroGraphic ( ) : System
return System