ImageRef profile part specific to image information.

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?(config?): { bitmapMemoryConsumption?: number | undefined; hibernationMemoryConsumption?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
    }

    • 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

    • serialize?:function
      • Parameters

        Returns { bitmapMemoryConsumption?: number | undefined; hibernationMemoryConsumption?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }