 | CPLYRotate Method |
Rotate a polygon about a point.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Rotate(
double x,
double y,
double rot
)
public void Rotate(
double x,
double y,
double rot
)
Public Sub Rotate (
x As Double,
y As Double,
rot As Double
)
Public Sub Rotate (
x As Double,
y As Double,
rot As Double
)
public:
void Rotate(
double x,
double y,
double rot
)
public:
void Rotate(
double x,
double y,
double rot
)
member Rotate :
x : float *
y : float *
rot : float -> unit
member Rotate :
x : float *
y : float *
rot : float -> unit
Parameters
- x
- Type: SystemDouble
Rotation point, X - y
- Type: SystemDouble
Rotation point, Y - rot
- Type: SystemDouble
Rotation angle, CCW in degrees
See Also