Click or drag to resize

JobElementHolderRotate(Double) Method

Rotates the job element a given angle around the z-axis.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public void Rotate(
	double angle
)

Parameters

angle  Double
The angle of rotation, in radians.

Implements

ITransformableRotate(Double)
See Also