DXMetafile Class
A metafile image.
Declaration
public class DXMetafile 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
DXMetafile
Methods
clone() Method
Creates a copy of this metafile image.
Declaration
public DXImage clone()
Returns
| Type | Description |
|---|---|
| DXImage | The cloned |
equals(DXMetafile other) Method
Checks whether this metafile image equals the specified metafile image.
Declaration
public boolean equals(DXMetafile other)
Parameters
| Name | Type | Description |
|---|---|---|
| other | DXMetafile |
The metafile image to compare with this metafile image. |
Returns
| Type | Description |
|---|---|
| boolean |
|
equals(Object obj) Method
Checks whether this metafile image equals the specified object.
Declaration
public boolean equals(Object obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | The object to compare with this metafile image. |
Returns
| Type | Description |
|---|---|
| boolean |
|
hashCode() Method
Returns a hash code value for this object.
Declaration
public int hashCode()
Returns
| Type | Description |
|---|---|
| int | The hash code. |
rotateFlip(DXRotateFlipType rotateFlipType) Method
Rotates and flips this metafile image.
Declaration
public void rotateFlip(DXRotateFlipType rotateFlipType)
Parameters
| Name | Type | Description |
|---|---|---|
| rotateFlipType | DXRotateFlipType | A |