[]
HRESULT IDWriteGdiInterop::CreateBitmapRenderTarget([In, Optional] HDC hdc,[In] unsigned int width,[In] unsigned int height,[Out] IDWriteBitmapRenderTarget** renderTarget)
public BitmapRenderTarget CreateBitmapRenderTarget(IntPtr hdc, int width, int height)
Type | Name | Description |
---|---|---|
IntPtr | hdc | |
int | width | |
int | height |
Type | Description |
---|---|
BitmapRenderTarget |