Click or drag to resize
CPLYRotate Method
Rotate a polygon about a point.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void Rotate(
	double d1,
	double d2,
	double d3
)

Parameters

d1
Type: SystemDouble
Rotation point, X
d2
Type: SystemDouble
Rotation point, Y
d3
Type: SystemDouble
Rotation angle, CCW in degrees
See Also