示例#1
0
 protected override void Dispose(bool disposing)
 {
     if (FMetaFile != null)
     {
         FMetaFile.Release();
         FMetaFile = null;
     }
     if (FIntBitmap != null)
     {
         FIntBitmap.Dispose();
         FIntBitmap = null;
     }
     if (FBitmap != null)
     {
         FBitmap.Dispose();
         FBitmap = null;
     }
     base.Dispose(disposing);
 }