Type Default Value Read Only Static Description
String Canvas.log No No The Bitmap log file.
Notes

This file contains the size and duration of existence of every Bitmap created. Existence is defined from time when the Bitmap is initialized to the time when the Bitmap is disposed. So a Bitmap may live for a long time if you do not dispose of it manually.

This file contains the following columns:

  • Version. The ImageGlue version.
  • ID. The unique identifier of the Bitmap. Each Bitmap has a unique identifier.
  • StartTime. The time at which the Bitmap was created.
  • Duration. The life duration of the Bitmap, in milliseconds.
See Also

Bitmap

MinTime

Directory

Example

None.