Condividi tramite


CRenderTarget::IsSupported

Indica se la destinazione di rendering supporta le proprietà specificate

BOOL IsSupported(
   const D2D1_RENDER_TARGET_PROPERTIES& renderTargetProperties
) const;

Parametri

  • renderTargetProperties
    Le proprietà della destinazione di rendering da testare

Valore restituito

TRUE se le proprietà della destinazione di rendering specificate sono supportate da questa destinazione di rendering; in caso contrario è FALSE

Requisiti

Intestazione: afxrendertarget.h

Vedere anche

Riferimenti

Classe CRenderTarget