Click or drag to resize

MarkerBatchPrimitiveOrigin Property

Gets or sets the per-batch origin, 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 Origin Origin { get; set; }

Property Value

Type: Origin
Remarks

The origin defines where the marker is placed relative to its position.

If per-marker origins were specified with MarkerBatchPrimitiveOptionalParameters.SetOrigins, the per-batch origin is ignored.

See Also