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

In This Topic
    SetRenderingControls Method
    In This Topic
    void ID2D1DeviceContext::SetRenderingControls([In] const D2D1_RENDERING_CONTROLS* renderingControls)
    Syntax
    'Declaration
     
    Public Sub SetRenderingControls( _
       ByVal renderingControls As RenderingControls _
    ) 
    public void SetRenderingControls( 
       RenderingControls renderingControls
    )

    Parameters

    renderingControls
    See Also