ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / IsSupported Method

In This Topic
    IsSupported Method
    In This Topic
    BOOL ID2D1RenderTarget::IsSupported([In] const D2D1_RENDER_TARGET_PROPERTIES* renderTargetProperties)
    Syntax
    'Declaration
     
    Public Function IsSupported( _
       ByRef renderTargetProperties As RenderTargetProperties _
    ) As System.Boolean
    public System.bool IsSupported( 
       ref RenderTargetProperties renderTargetProperties
    )

    Parameters

    renderTargetProperties
    See Also