[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.GdiInterop.CreateBitmapRenderTarget

CreateBitmapRenderTarget Method

CreateBitmapRenderTarget(IntPtr, int, int)

HRESULT IDWriteGdiInterop::CreateBitmapRenderTarget([In, Optional] HDC hdc,[In] unsigned int width,[In] unsigned int height,[Out] IDWriteBitmapRenderTarget** renderTarget)

Declaration
public BitmapRenderTarget CreateBitmapRenderTarget(IntPtr hdc, int width, int height)
Public Function CreateBitmapRenderTarget(hdc As IntPtr, width As Integer, height As Integer) As BitmapRenderTarget
Parameters
Type Name Description
IntPtr hdc
int width
int height
Returns
Type Description
BitmapRenderTarget