'Declaration Public Sub RenderToHBitmap( _ ByVal nWidth As Integer, _ ByVal nHeight As Integer, _ ByVal nBitsPerPixel As Integer, _ ByRef hBitmap As Integer _ )
'Usage Dim instance As ImageExport Dim nWidth As Integer Dim nHeight As Integer Dim nBitsPerPixel As Integer Dim hBitmap As Integer instance.RenderToHBitmap(nWidth, nHeight, nBitsPerPixel, hBitmap)
Parameters
- nWidth
- width of the image
- nHeight
- height of the image
- nBitsPerPixel
- used pixel format
- hBitmap
- The Windows HBITMAP handle to the generated image
Return Value
.