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

In This Topic
    BindDeviceContext Method
    In This Topic
    HRESULT ID2D1DCRenderTarget::BindDC([In] const HDC hDC,[In] const RECT* pSubRect)
    Syntax
    'Declaration
     
    Public Sub BindDeviceContext( _
       ByVal hDC As System.IntPtr, _
       ByVal subRectRef As RectL _
    ) 
    public void BindDeviceContext( 
       System.IntPtr hDC,
       RectL subRectRef
    )

    Parameters

    hDC
    subRectRef
    See Also