API Reference > imodeljs-common > Geometry > ImageGraphic > constructor 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. Returns - ImageGraphic Defined in core/common/src/geometry/ImageGraphic.ts Line 86 Last Updated: 13 June, 2024