Type alias RectOpt

RectOpt: {
    height: number;
    width: number;
}

The options of the rect object

Type declaration

  • height: number

    The height of the rect

  • width: number

    The width of the rect

Generated using TypeDoc