DXSvgImage Class
An SVG image.
Declaration
public class DXSvgImage extends DXImage
Inherited Members
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
DXImage
DXSvgImage
Constructors
DXSvgImage(float width, float height) Constructor
Initializes a new instance of the DXSvgImage class with specified settings.
Declaration
public DXSvgImage(float width, float height)
Parameters
| Name | Type | Description |
|---|---|---|
| width | float | The image width. |
| height | float | The image height. |
DXSvgImage(SizeF size) Constructor
Initializes a new instance of the DXSvgImage class with specified settings.
Declaration
public DXSvgImage(SizeF size)
Parameters
| Name | Type | Description |
|---|---|---|
| size | The image size. |
Methods
clone() Method
Creates a copy of this SVG image.
Declaration
public DXImage clone()
Returns
| Type | Description |
|---|---|
| DXImage | The cloned |
equals(DXSvgImage other) Method
Checks whether this SVG image equals the specified SVG image.
Declaration
public boolean equals(DXSvgImage other)
Parameters
| Name | Type | Description |
|---|---|---|
| other | DXSvgImage |
The SVG image to compare. |
Returns
| Type | Description |
|---|---|
| boolean |
|
rotateFlip(DXRotateFlipType rotateFlipType) Method
Rotates and flips this image.
Declaration
public void rotateFlip(DXRotateFlipType rotateFlipType)
Parameters
| Name | Type | Description |
|---|---|---|
| rotateFlipType | DXRotateFlipType | A |