ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.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 System.IntPtr, _
       ByVal width As System.Integer, _
       ByVal height As System.Integer _
    ) As BitmapRenderTarget
    public BitmapRenderTarget CreateBitmapRenderTarget( 
       System.IntPtr hdc,
       System.int width,
       System.int height
    )

    Parameters

    hdc
    width
    height
    See Also