C# 클래스 PurplePen.AddLegGapMode

상속: BaseMode
파일 보기 프로젝트 열기: petergolde/PurplePen

공개 메소드들

메소드 설명
AddLegGapMode ( Controller controller, LegCourseObj courseObject ) : System
GetHighlights ( Pane pane ) : IMapViewerHighlight[]
GetMouseCursor ( Pane pane, PointF location, float pixelSize ) : Cursor
LeftButtonCancelDrag ( Pane pane, bool &displayUpdateNeeded ) : void
LeftButtonClick ( Pane pane, PointF location, float pixelSize, bool &displayUpdateNeeded ) : void
LeftButtonDown ( Pane pane, PointF location, float pixelSize, bool &displayUpdateNeeded ) : MapViewer.DragAction
LeftButtonDrag ( Pane pane, PointF location, PointF locationStart, float pixelSize, bool &displayUpdateNeeded ) : void
LeftButtonEndDrag ( Pane pane, PointF location, PointF locationStart, float pixelSize, bool &displayUpdateNeeded ) : void

메소드 상세

AddLegGapMode() 공개 메소드

public AddLegGapMode ( Controller controller, LegCourseObj courseObject ) : System
controller Controller
courseObject LegCourseObj
리턴 System

GetHighlights() 공개 메소드

public GetHighlights ( Pane pane ) : IMapViewerHighlight[]
pane Pane
리턴 IMapViewerHighlight[]

GetMouseCursor() 공개 메소드

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

LeftButtonCancelDrag() 공개 메소드

public LeftButtonCancelDrag ( Pane pane, bool &displayUpdateNeeded ) : void
pane Pane
displayUpdateNeeded bool
리턴 void

LeftButtonClick() 공개 메소드

public LeftButtonClick ( Pane pane, PointF location, float pixelSize, bool &displayUpdateNeeded ) : void
pane Pane
location System.Drawing.PointF
pixelSize float
displayUpdateNeeded bool
리턴 void

LeftButtonDown() 공개 메소드

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

LeftButtonDrag() 공개 메소드

public LeftButtonDrag ( Pane pane, PointF location, PointF locationStart, float pixelSize, bool &displayUpdateNeeded ) : void
pane Pane
location System.Drawing.PointF
locationStart System.Drawing.PointF
pixelSize float
displayUpdateNeeded bool
리턴 void

LeftButtonEndDrag() 공개 메소드

public LeftButtonEndDrag ( Pane pane, PointF location, PointF locationStart, float pixelSize, bool &displayUpdateNeeded ) : void
pane Pane
location System.Drawing.PointF
locationStart System.Drawing.PointF
pixelSize float
displayUpdateNeeded bool
리턴 void