Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

Issue with the method RenderIsFinished()

More
11 years 2 months ago - 11 years 2 months ago #9251 by radaee
u can edit Page.RenderPrepare() like this:
Code:
final public void RenderPrePare( DIB dib ) { if(dib == null) renderPrepare( hand, 0 ); else renderPrepare( hand, dib.hand ); }
and using Page.RenderPrepare(null); to reset rendering status, before Page.RenderToBmp() invoked.
or just using codes:
Code:
DIB empty_dib = new DIB(); page.RenderPrepare(empty_dib);
before Page.RenderToBmp() invoked.
Last edit: 11 years 2 months ago by radaee.
Time to create page: 0.335 seconds
Powered by Kunena Forum