CRenderTarget::IsSupported

Indicates whether the render target supports the specified properties

BOOL IsSupported(
   const D2D1_RENDER_TARGET_PROPERTIES& renderTargetProperties
) const;

Parameters

  • renderTargetProperties
    The render target properties to test

Return Value

TRUE if the specified render target properties are supported by this render target; otherwise, FALSE

Requirements

Header: afxrendertarget.h

See Also

Reference

CRenderTarget Class