ImageRef profile part specific to image information.

Hierarchy (view full)

Constructors

Properties

bitmapMemoryConsumption: number

Memory consumption of a memory-backed bitmap. Zero, if the image is hibernating.

Default is 0

hibernationMemoryConsumption: number

Memory consumption of the hibernation buffer. Zero, if the image is not hibernating, or is hibernated to a file.

Default is 0

Methods

  • Parameters

    Returns {
        bitmapMemoryConsumption?: number;
        hibernationMemoryConsumption?: number;
        serialize?: any;
    }

    • Optional bitmapMemoryConsumption?: number

      Memory consumption of a memory-backed bitmap. Zero, if the image is hibernating.

      Default is 0

    • Optional hibernationMemoryConsumption?: number

      Memory consumption of the hibernation buffer. Zero, if the image is not hibernating, or is hibernated to a file.

      Default is 0