C# Class HamSketch.SketchWindow

Inheritance: HumLog.UIWindow
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
ClearSurface ( ) : void
SketchWindow ( int x, int y, int width, int height ) : System

Méthodes protégées

Méthode Description
OnSurfaceCreated ( System.Guid uniqueID ) : void

Private Methods

Méthode Description
SelectTool ( BaseTool aTool ) : void

Method Details

ClearSurface() public méthode

public ClearSurface ( ) : void
Résultat void

OnSurfaceCreated() protected méthode

protected OnSurfaceCreated ( System.Guid uniqueID ) : void
uniqueID System.Guid
Résultat void

SketchWindow() public méthode

public SketchWindow ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
Résultat System