Click or drag to resize

MarkerBatchPrimitiveRotation Property

Gets or sets the per-batch rotation angle, in radians, which is applied to each marker in the batch.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double Rotation { get; set; }

Property Value

Type: Double
Remarks

Positive rotation angles rotate counter-clockwise in screen-space.

If per-marker rotation angles were specified with MarkerBatchPrimitiveOptionalParameters.SetRotations, the per-batch rotation angle is ignored.

See Also