Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 2.51 KB

nf-d2d1-id2d1rendertarget-issupported(constd2d1_render_target_properties).md

File metadata and controls

76 lines (60 loc) · 2.51 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d2d1.ID2D1RenderTarget.IsSupported(constD2D1_RENDER_TARGET_PROPERTIES)
ID2D1RenderTarget::IsSupported (d2d1.h)
Indicates whether the render target supports the specified properties. (overload 2/2)
ID2D1RenderTarget interface [Direct2D]
IsSupported method
ID2D1RenderTarget.IsSupported
ID2D1RenderTarget::IsSupported
IsSupported
IsSupported method [Direct2D]
IsSupported method [Direct2D]
ID2D1RenderTarget interface
d2d1/ID2D1RenderTarget::IsSupported
direct2d.id2d1rendertarget_issupported
direct2d\id2d1rendertarget_issupported.htm
Direct2D
d9fbc313-fe82-4425-9c9a-79bfacc08019
12/05/2018
ID2D1RenderTarget interface [Direct2D],IsSupported method, ID2D1RenderTarget.IsSupported, ID2D1RenderTarget::IsSupported, IsSupported, IsSupported method [Direct2D], IsSupported method [Direct2D],ID2D1RenderTarget interface, d2d1/ID2D1RenderTarget::IsSupported, direct2d.id2d1rendertarget_issupported
d2d1.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
D2d1.lib
D2d1.dll
Windows
19H1
ID2D1RenderTarget::IsSupported
d2d1/ID2D1RenderTarget::IsSupported
c++
APIRef
kbSyntax
COM
D2d1.dll
ID2D1RenderTarget.IsSupported

ID2D1RenderTarget::IsSupported

-description

Indicates whether the render target supports the specified properties.

-parameters

-param renderTargetProperties [in]

Type: const D2D1_RENDER_TARGET_PROPERTIES*

The render target properties to test.

-returns

Type: BOOL

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

-remarks

This method does not evaluate the DPI settings specified by the renderTargetProperties parameter.

-see-also

ID2D1RenderTarget