Click or drag to resize

MarkerBatchPrimitiveSizeSource Property

Gets the source used for the size of markers 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 MarkerBatchSizeSource SizeSource { get; }

Property Value

Type: MarkerBatchSizeSource
Remarks

When SizeSource is FromTexture, each marker's size is either the size of Texture, if a per-batch texture is used, or the size of the corresponding texture from MarkerBatchPrimitiveOptionalParameters.SetSizes, if per-marker textures are used.

When SizeSource is UserDefined, each marker's size is either Size, if per-batch size is used, or the size corresponding from MarkerBatchPrimitiveOptionalParameters.SetSizes if per-marker sizes are used.

See Also