메소드 | 설명 | |
---|---|---|
CanCancel ( ) : bool | ||
EndMode ( ) : void | ||
GetHighlights ( Pane pane ) : IMapViewerHighlight[] | ||
GetMouseCursor ( Pane pane, PointF location, float pixelSize ) : Cursor | ||
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 | ||
RectangleSelectMode ( Controller controller, RectangleF rect, IDisposable disposeOnEndMode ) : System |
메소드 | 설명 | |
---|---|---|
HitTestDraggable ( PointF location, float pixelSize ) : bool | ||
HitTestHandle ( PointF location, float pixelSize, PointF &handleLocation, Cursor &handleCursor ) : bool |
public GetHighlights ( Pane pane ) : IMapViewerHighlight[] | ||
pane | Pane | |
리턴 | IMapViewerHighlight[] |
public GetMouseCursor ( Pane pane, PointF location, float pixelSize ) : Cursor | ||
pane | Pane | |
location | PointF | |
pixelSize | float | |
리턴 | Cursor |
public LeftButtonDown ( Pane pane, PointF location, float pixelSize, bool &displayUpdateNeeded ) : MapViewer.DragAction | ||
pane | Pane | |
location | PointF | |
pixelSize | float | |
displayUpdateNeeded | bool | |
리턴 | MapViewer.DragAction |
public LeftButtonDrag ( Pane pane, PointF location, PointF locationStart, float pixelSize, bool &displayUpdateNeeded ) : void | ||
pane | Pane | |
location | PointF | |
locationStart | PointF | |
pixelSize | float | |
displayUpdateNeeded | bool | |
리턴 | void |
public LeftButtonEndDrag ( Pane pane, PointF location, PointF locationStart, float pixelSize, bool &displayUpdateNeeded ) : void | ||
pane | Pane | |
location | PointF | |
locationStart | PointF | |
pixelSize | float | |
displayUpdateNeeded | bool | |
리턴 | void |
public RectangleSelectMode ( Controller controller, RectangleF rect, IDisposable disposeOnEndMode ) : System | ||
controller | Controller | |
rect | RectangleF | |
disposeOnEndMode | IDisposable | |
리턴 | System |