C# Class HamSketch.SketchWindow

Inheritance: HumLog.UIWindow
显示文件 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
ClearSurface ( ) : void
SketchWindow ( int x, int y, int width, int height ) : System

Protected Methods

Method Description
OnSurfaceCreated ( System.Guid uniqueID ) : void

Private Methods

Method Description
SelectTool ( BaseTool aTool ) : void

Method Details

ClearSurface() public method

public ClearSurface ( ) : void
return void

OnSurfaceCreated() protected method

protected OnSurfaceCreated ( System.Guid uniqueID ) : void
uniqueID System.Guid
return void

SketchWindow() public method

public SketchWindow ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
return System