A size in image pixels.

interface IAnnotationSize {
    height?: number;
    width?: number;
}

Implemented by

Properties

Properties

height?: number

The height in pixels.

width?: number

The width in pixels.