C1.Win.C1DX.4.8 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
 

Parameters

hdc
width
height
See Also