MarkerBatchPrimitive Constructor (MarkerBatchSizeSource, MarkerBatchSortOrder) |
Initializes a marker batch primitive with the specified
sizeSource
and
sortOrder.
This is equivalent to constructing a marker batch with
the specified
sizeSource,
the specified
sortOrder,
a
SetHint of
Frequent, and
a
MarkerBatchRenderingMethod of
Automatic.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public MarkerBatchPrimitive(
MarkerBatchSizeSource sizeSource,
MarkerBatchSortOrder sortOrder
)
Public Sub New (
sizeSource As MarkerBatchSizeSource,
sortOrder As MarkerBatchSortOrder
)
public:
MarkerBatchPrimitive(
MarkerBatchSizeSource sizeSource,
MarkerBatchSortOrder sortOrder
)
new :
sizeSource : MarkerBatchSizeSource *
sortOrder : MarkerBatchSortOrder -> MarkerBatchPrimitive
Parameters
- sizeSource
- Type: AGI.Foundation.Graphics.AdvancedMarkerBatchSizeSource
Determines the source used for the size of markers in the batch. - sortOrder
- Type: AGI.Foundation.Graphics.AdvancedMarkerBatchSortOrder
The order in which markers in the batch should be sorted before rendering.
Remarks See Also