Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public static bool Supported(
	MarkerBatchRenderingMethod renderingMethod
)

Parameters

renderingMethod
Type: AGI.Foundation.Graphics.AdvancedMarkerBatchRenderingMethod
The rendering method to check support for.

Return Value

Type: Boolean
true if the video card supports the marker batch primitive using the given renderingMethod; otherwise, false.
Exceptions
ExceptionCondition
UnsupportedCaseExceptionrenderingMethod must be a valid value in MarkerBatchRenderingMethod.
See Also