C# Class HamSketch.Tools.Digitizer

Inheritance: BaseTool
Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
Digitizer ( int maxPoints ) : System
OnFinished ( System.Point points ) : void
OnMouseUp ( MouseEventArgs e ) : void

Private Methods

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

Method Details

Digitizer() public method

public Digitizer ( int maxPoints ) : System
maxPoints int
return System

OnFinished() public method

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

OnMouseUp() public method

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