Click or drag to resize

MarkerBatchSizeSource Enumeration

Determines which marker batch property is used to size each marker in a marker batch.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum MarkerBatchSizeSource
Members
  Member nameDescription
FromTexture The size of each marker is the same as the size of its texture. If the marker is not textured, the user defined size is used instead.
UserDefined The size of each marker in the marker batch is user defined. Either all markers have the same size (MarkerBatchPrimitive.Size) or each marker has a user defined size (MarkerBatchPrimitiveOptionalParameters.SetSizes).
See Also