Interface MarkupShapeData

Represents data of a markup shape.

Hierarchy

  • MarkupShapeData

Properties

background: string
dashed?: boolean
foreground?: string
height: number
innerRadius?: number
lowerRight2D: Point2D
lowerRight3D: Vector3D
outerRadius?: number
points?: number[]
rotation: number
rounded?: boolean
scaleX: number
scaleY: number
shadow: boolean
strokeWidth: number
text?: string
type: MARKUP_MODE
upperLeft2D: Point2D
upperLeft3D: Vector3D
width: number
x: number
y: number