Method RotateSelectedElement
RotateSelectedElement(Double, MapPoint)
Rotates the SelectedElement by the specified angle.
Declaration
public void RotateSelectedElement(double angle, MapPoint origin)
Parameters
Type | Name | Description |
---|---|---|
System.Double | angle | The angle by which to rotate the selected element, counterclockwise, in degrees. |
MapPoint | 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.Drawing.Point has a different SpatialReference than the associated MapView, the point will be reprojected before the geometry is rotated, using the default transformation.
If SelectedElement is a GeometryEditorVertex, or a GeometryEditorGeometry of type System.Drawing.Point, and the origin parameter is null
(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.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |