Type Alias Size

type Size = {
    qcx?: number;
    qcy?: number;
}
Index

Properties

Properties

qcx?: number

Number of pixels on the x axis.

qcy?: number

Number of pixels on the y axis.