constructor Method
Construct a new ImageGraphic.
ImageGraphic(corners: ImageGraphicCorners, textureId: Id64String, hasBorder: boolean = false): ImageGraphic
Parameter | Type | Description |
---|---|---|
corners | ImageGraphicCorners | Defines the 4 corners of the quadrilateral on which the image is to be displayed. The ImageGraphic takes ownership of this input. |
textureId | Id64String | Identifies a persistent Texture element defining the image to be mapped onto the quadrilateral. |
hasBorder | boolean | Whether or not to display a border around the image. |
Defined in
Last Updated: 08 January, 2020