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.2.419.0 (24.2.419.0)
Syntax public enum MarkerBatchSizeSource
Public Enumeration MarkerBatchSizeSource
public enum class MarkerBatchSizeSource
type MarkerBatchSizeSource
Members
| Member name | Description |
---|
| 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