Method | Description | |
---|---|---|
DragObjectMode ( Controller controller, |
||
GetHighlights ( Pane pane ) : IMapViewerHighlight[] | ||
GetMouseCursor ( Pane pane, |
||
LeftButtonCancelDrag ( Pane pane, bool &displayUpdateNeeded ) : void | ||
LeftButtonDown ( Pane pane, |
||
LeftButtonDrag ( Pane pane, |
||
LeftButtonEndDrag ( Pane pane, |
Method | Description | |
---|---|---|
AreDraggingControlPoint ( ) : bool |
public DragObjectMode ( Controller controller, |
||
controller | Controller | |
eventDB | ||
selectionMgr | ||
courseObject | ||
startDrag | ||
return | System |
public GetHighlights ( Pane pane ) : IMapViewerHighlight[] | ||
pane | Pane | |
return | IMapViewerHighlight[] |
public GetMouseCursor ( Pane pane, |
||
pane | Pane | |
location | ||
pixelSize | float | |
return |
public LeftButtonCancelDrag ( Pane pane, bool &displayUpdateNeeded ) : void | ||
pane | Pane | |
displayUpdateNeeded | bool | |
return | void |
public LeftButtonDown ( Pane pane, |
||
pane | Pane | |
location | ||
pixelSize | float | |
displayUpdateNeeded | bool | |
return | MapViewer.DragAction |
public LeftButtonDrag ( Pane pane, |
||
pane | Pane | |
location | ||
locationStart | ||
pixelSize | float | |
displayUpdateNeeded | bool | |
return | void |
public LeftButtonEndDrag ( Pane pane, |
||
pane | Pane | |
location | ||
locationStart | ||
pixelSize | float | |
displayUpdateNeeded | bool | |
return | void |