Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RectangleMarkerState

Represents RectangleMarker's state.

Hierarchy

Index

Properties

containerTransformMatrix

containerTransformMatrix: ITransformMatrix

Transofrmation matrix for the marker's container.

fillColor

fillColor: string

Rectangle fill color.

height

height: number

Marker's height.

left

left: number

x coordinate of the top-left corner.

Optional notes

notes: string

Additional information about the marker.

since

2.10.0

opacity

opacity: number

Rectangle opacity (alpha). 0 to 1.

rotationAngle

rotationAngle: number

Marker's rotation angle.

state

Current editing state/status.

strokeColor

strokeColor: string

Rectangle border stroke (line) color.

strokeDasharray

strokeDasharray: string

Rectange border dash array.

strokeWidth

strokeWidth: number

Rectange border width.

top

top: number

y coordinate of the top-left corner.

typeName

typeName: string

Marker's type name.

visualTransformMatrix

visualTransformMatrix: ITransformMatrix

Transformation matrix for the marker's visual.

width

width: number

Marker's width.

Generated using TypeDoc