STK Graphics PrimitivesSend comments on this topic.
Supported Method (IAgStkGraphicsMarkerBatchPrimitiveFactory)
See Also
RenderingMethod
The rendering method to check support for.
Windows






Windows & Linux

Description

Determines whether or not the video card supports the marker batch primitive with the given renderingMethod.

Syntax

[Visual Basic .NET]
Public Function Supported( _
    ByVal RenderingMethod As AgEStkGraphicsMarkerBatchRenderingMethod _
) As 
[Managed C++]
public: bool Supported(
    AgEStkGraphicsMarkerBatchRenderingMethod RenderingMethod
);
[Unmanaged C++]
public: HRESULT Supported(
    AgEStkGraphicsMarkerBatchRenderingMethod RenderingMethod,
    VARIANT_BOOL * pRetVal
);

Parameters

RenderingMethod
The rendering method to check support for.

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.