Constructors
Private constructor
- new MPLabelGraphic(backgroundImage, stretchX, stretchY, content): MPLabelGraphic
-
Parameters
-
backgroundImage: string
-
stretchX: number[][]
-
stretchY: number[][]
-
content: number[]
Properties
Readonly backgroundImage
backgroundImage: string
Readonly content
content: number[]
Readonly stretchX
stretchX: number[][]
Readonly stretchY
stretchY: number[][]
Methods
Static create
- create(object): MPLabelGraphic
-
Parameters
-
object: MPLabelGraphicParams