C# Class PurplePen.DeleteCornerMode

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

Méthodes publiques

Méthode Description
DeleteCornerMode ( Controller controller, CourseObj courseObject ) : System
GetHighlights ( Pane pane ) : IMapViewerHighlight[]
GetMouseCursor ( Pane pane, PointF location, float pixelSize ) : Cursor
LeftButtonDown ( Pane pane, PointF location, float pixelSize, bool &displayUpdateNeeded ) : MapViewer.DragAction

Private Methods

Méthode Description
HitTestHandle ( PointF location, float pixelSize, PointF &handleLocation ) : bool

Method Details

DeleteCornerMode() public méthode

public DeleteCornerMode ( Controller controller, CourseObj courseObject ) : System
controller Controller
courseObject CourseObj
Résultat System

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