C# Class HamSketch.Tools.StrokeTool

Inheritance: BaseTool
Afficher le fichier Open project: Wiladams/NewTOAPIA

Protected Properties

Свойство Type Description
xMouse int
yMouse int

Méthodes publiques

Méthode Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnStrokeFinished ( System.Point points ) : void
StrokeTool ( ) : System

Private Methods

Méthode Description
PointListToArray ( List pList ) : System.Point[]

Method Details

OnMouseDown() public méthode

public OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnStrokeFinished() public méthode

public OnStrokeFinished ( System.Point points ) : void
points System.Point
Résultat void

StrokeTool() public méthode

public StrokeTool ( ) : System
Résultat System

Property Details

xMouse protected_oe property

protected int xMouse
Résultat int

yMouse protected_oe property

protected int yMouse
Résultat int