Method MoveSelectedElement
MoveSelectedElement(MapPoint)
Moves the selected element to the specified location.
Declaration
public void MoveSelectedElement(MapPoint newPoint)
Parameters
Type | Name | Description |
---|---|---|
Map |
newPoint | The new location for the selected element. |
Remarks
If Selected
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |
MoveSelectedElement(Double, Double)
Moves the selected element by the specified deltas.
Declaration
public void MoveSelectedElement(double deltaX, double deltaY)
Parameters
Type | Name | Description |
---|---|---|
System. |
deltaX | The amount to move the selected element along the x-axis, in the units of the associated
Map |
System. |
deltaY | The amount to move the selected element along the y-axis, in the units of the associated
Map |
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |