Image
Represents an Image element for displaying images in SVG. Extends the Element class to provide image-specific functionality.
Definition
Package:@progress/kendo-angular-diagrams
Methods
Gets the drawing container for this element.
any
The drawing element container
Gets or sets the position of the element.
The x coordinate or Point object, or undefined to get current position
y?anyThe y coordinate when x is a number
Returns:The current position as a Point when called as getter
Redraws the image with updated options.
Updated configuration options
Gets or sets the rotation of the element.
The rotation angle in radians, or undefined to get current rotation
centeranyThe center point for rotation
Returns:Rotation
The current rotation when called as getter
Gets or sets the visibility of the element.
The visibility value to set, or undefined to get current visibility
Returns:any
The current visibility state when called as getter