C# Class PurplePen.AddCornerMode

Inheritance: BaseMode
Show file Open project: petergolde/PurplePen

Public Methods

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

Method Details

AddCornerMode() public method

public AddCornerMode ( Controller controller, bool isLeg, IMapViewerHighlight highlights ) : System
controller Controller
isLeg bool
highlights IMapViewerHighlight
return System

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