Click or drag to resize

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
Syntax
public void Rotate(
	double x,
	double y,
	double rot
)

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