ComponentOne Bitmap for WPF
C1.WPF.DX.4.6.2 Assembly / C1.Util.DX.DirectWrite Namespace / GdiInterop Class / CreateBitmapRenderTarget Method

In This Topic
    CreateBitmapRenderTarget Method
    In This Topic
    HRESULT IDWriteGdiInterop::CreateBitmapRenderTarget([In, Optional] HDC hdc,[In] unsigned int width,[In] unsigned int height,[Out] IDWriteBitmapRenderTarget** renderTarget)
    Syntax
    'Declaration
     
    Public Function CreateBitmapRenderTarget( _
       ByVal hdc As IntPtr, _
       ByVal width As Integer, _
       ByVal height As Integer _
    ) As BitmapRenderTarget
    public BitmapRenderTarget CreateBitmapRenderTarget( 
       IntPtr hdc,
       int width,
       int height
    )

    Parameters

    hdc
    width
    height
    See Also