@inweb/viewer-visualize
    Preparing search index...

    Interface IRectangle

    Rectangle markup object of the Viewpoint

    interface IRectangle {
        color?: string;
        height?: number;
        id?: string;
        line_width?: number;
        position: IPoint;
        width?: number;
    }
    Index

    Properties

    color?: string

    Line color in hexadecimal color syntax #RGB using its primary color components (red, green, blue) written as hexadecimal numbers.

    height?: number

    Height of the rectangle.

    id?: string

    Internal markup object identifier.

    line_width?: number

    Line width of the rectangle.

    position: IPoint

    Coordinates of the top-left point (position) of the rectangle.

    width?: number

    Width of the rectangle.