You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. In Paint method of class PCamera, PushClip and PopClip methods are called.
This results in creation of lot of System.Drawing.Region objects. Whenever
Garbage Collector runs, it takes lot of time to cleanup the objects.
2. Also, shouldn't we call Dispose on Region objects when the job its done?
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
WinCE 5.0, >Net Compack Framework 2.0.
Please provide any additional information below.
Since the GC latency time is high, the camera application pauses for a while
and then starts working normally. This happens when, the GC runs.
Original issue reported on code.google.com by sandeep....@gmail.com on 21 Mar 2011 at 10:25
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
sandeep....@gmail.com
on 21 Mar 2011 at 10:25The text was updated successfully, but these errors were encountered: