DrawShape with DrawShapeKind.IMAGE.DrawShape imageShape(string imagePath, string x, string y,
string width, string height, string mimeType = "",
string styleName = "")Constructs an image shape embedding a referenced image.
imagePath | Path to the image within the package. |
x | The SVG x position. |
y | The SVG y position. |
width | The SVG width. |
height | The SVG height. |
mimeType | MIME type of the image. |
styleName | Optional draw:style-name. |
DrawShape with DrawShapeKind.IMAGE.