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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void Rotate(
	double x,
	double y,
	double rot
)

Parameters

x
Type: SystemDouble
Rotation point, X
y
Type: SystemDouble
Rotation point, Y
rot
Type: SystemDouble
Rotation angle, CCW in degrees
See Also