C# Class PurplePen.RemoveLegGapMode

Inheritance: BaseMode
Show file Open project: petergolde/PurplePen

Public Methods

Method Description
GetHighlights ( Pane pane ) : IMapViewerHighlight[]
GetMouseCursor ( Pane pane, PointF location, float pixelSize ) : Cursor
LeftButtonDown ( Pane pane, PointF location, float pixelSize, bool &displayUpdateNeeded ) : MapViewer.DragAction
RemoveLegGapMode ( Controller controller, LineCourseObj courseObj ) : System

Method Details

GetHighlights() public method

public GetHighlights ( Pane pane ) : IMapViewerHighlight[]
pane Pane
return IMapViewerHighlight[]

GetMouseCursor() public method

public GetMouseCursor ( Pane pane, PointF location, float pixelSize ) : Cursor
pane Pane
location System.Drawing.PointF
pixelSize float
return System.Windows.Forms.Cursor

LeftButtonDown() public method

public LeftButtonDown ( Pane pane, PointF location, float pixelSize, bool &displayUpdateNeeded ) : MapViewer.DragAction
pane Pane
location System.Drawing.PointF
pixelSize float
displayUpdateNeeded bool
return MapViewer.DragAction

RemoveLegGapMode() public method

public RemoveLegGapMode ( Controller controller, LineCourseObj courseObj ) : System
controller Controller
courseObj LineCourseObj
return System