示例#1
0
        private void ResetHighResolutionBitmap()
        {
            if (highResBitmapIsReset)
            {
                return;
            }

            this.preventIdleProcessing = false;
            this.highResBitmapReady    = false;

            lastIdleTileRectangles.Clear();
            highResBitmap.Clear();

            this.currentTileIdleProcess = 0;

            highResBitmapIsReset = true;
        }