MarkerBatchPrimitiveSupported Method  | 
 
Determines whether or not the video card supports the marker batch primitive
with the given renderingMethod.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static bool Supported(
	MarkerBatchRenderingMethod renderingMethod
)
Public Shared Function Supported ( 
	renderingMethod As MarkerBatchRenderingMethod
) As Boolean
public:
static bool Supported(
	MarkerBatchRenderingMethod renderingMethod
)
static member Supported : 
        renderingMethod : MarkerBatchRenderingMethod -> bool 
Parameters
- renderingMethod
 - Type: AGI.Foundation.Graphics.AdvancedMarkerBatchRenderingMethod
The rendering method to check support for. 
Return Value
Type: 
Booleantrue if the video card supports the marker batch primitive using
the given 
renderingMethod; otherwise, 
false.
Exceptions
See Also