C# Class HamSketch.Tools.StrokeTool

Inheritance: BaseTool
Datei anzeigen Open project: Wiladams/NewTOAPIA

Protected Properties

Property Type Description
xMouse int
yMouse int

Public Methods

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

Private Methods

Method Description
PointListToArray ( List pList ) : System.Point[]

Method Details

OnMouseDown() public method

public OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() public method

public OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() public method

public OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnStrokeFinished() public method

public OnStrokeFinished ( System.Point points ) : void
points System.Point
return void

StrokeTool() public method

public StrokeTool ( ) : System
return System

Property Details

xMouse protected_oe property

protected int xMouse
return int

yMouse protected_oe property

protected int yMouse
return int