C# Class PurplePen.RemoveLegGapMode

Inheritance: BaseMode
Afficher le fichier Open project: petergolde/PurplePen

Méthodes publiques

Méthode 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 méthode

public GetHighlights ( Pane pane ) : IMapViewerHighlight[]
pane Pane
Résultat IMapViewerHighlight[]

GetMouseCursor() public méthode

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

LeftButtonDown() public méthode

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

RemoveLegGapMode() public méthode

public RemoveLegGapMode ( Controller controller, LineCourseObj courseObj ) : System
controller Controller
courseObj LineCourseObj
Résultat System