Image Info.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

height: number

Image height in pixels.

maxByteSize: number

Byte size of the non-hibernating image.

width: number

Image width in pixels.

Methods

  • Parameters

    Returns {
        height?: number;
        maxByteSize?: number;
        width?: number;
        serialize?: any;
    }

    • Optional height?: number

      Image height in pixels.

    • Optional maxByteSize?: number

      Byte size of the non-hibernating image.

    • Optional width?: number

      Image width in pixels.