Method RotateSelectedElement
RotateSelectedElement(Double, MapPoint)
Rotates the Selected
Declaration
public void RotateSelectedElement(double angle, MapPoint origin)
Parameters
Type | Name | Description |
---|---|---|
System. |
angle | The angle by which to rotate the selected element, counterclockwise, in degrees. |
Map |
origin | The center of rotation. If |
Remarks
The angle of rotation is used in the form of the modulo of 360 degrees; for example rotating by 540 degrees is equivalent to rotating the by 180 degrees. A positive value corresponds to a counterclockwise rotation.
If the origin System.
If Selectednull
(or is at the same location as the selected element), then rotating the
selected element has no effect.
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 |