FitRectangleDestination Class
A destination that displays a page rectangle.
Declaration
public class FitRectangleDestination extends Destination
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
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
Destination
FitRectangleDestination
FitRectangleDestination()
Initializes a new instance of the FitRectangleDestination class.
Declaration
public FitRectangleDestination()
Methods
getRectangle() Method
Returns the destination rectangle.
Declaration
public RectangleF getRectangle()
Returns
| Type | Description |
|---|---|
| RectangleF | The destination rectangle. |
setRectangle(RectangleF value) Method
Sets the destination rectangle.
Declaration
public void setRectangle(RectangleF value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | RectangleF | The destination rectangle. |