Quantcast
Channel: HTML Renderer
Viewing all articles
Browse latest Browse all 693

New Post: 1.4.11.0 HtmlRender.RenderToImage : Problem

$
0
0
Sorry about that the BitBlt function has incorrect signature.
The proper way to fix it is to change the signature to:
public static extern bool BitBlt(IntPtr hdc, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hdcSrc, int nXSrc, int nYSrc, int dwRop);
(the last argument needs to be int and not long)

sorry.

Viewing all articles
Browse latest Browse all 693

Trending Articles