RedactionGeometry Class
Defines redaction annotation geometry.
Declaration
public class RedactionGeometry extends JavaObject
Remarks
Use the setGeometry(RedactionGeometry value) method to specify the redaction annotation geometry.
Inherited Members
Inheritance
Constructors
RedactionGeometry(OrientedRectangle[] orientedRectangles) Constructor
Initializes a new instance of the RedactionGeometry class with specified redaction geometry oriented rectangles.
Declaration
public RedactionGeometry(OrientedRectangle[] orientedRectangles)
Parameters
| Name | Type | Description |
|---|---|---|
| orientedRectangles | OrientedRectangle[] | The redaction geometry oriented rectangles. |
RedactionGeometry(Quadrilateral[] quadrilaterals) Constructor
Initializes a new instance of the RedactionGeometry class with specified redaction geometry quadrilaterals.
Declaration
public RedactionGeometry(Quadrilateral[] quadrilaterals)
Parameters
| Name | Type | Description |
|---|---|---|
| quadrilaterals | Quadrilateral[] | The redaction geometry quadrilaterals. |
RedactionGeometry(RectangleF[] rectangles) Constructor
Initializes a new instance of the RedactionGeometry class with specified redaction geometry rectangles.
Declaration
public RedactionGeometry(RectangleF[] rectangles)
Parameters
| Name | Type | Description |
|---|---|---|
| rectangles | com.devexpress.system.drawing.RectangleF[] | The redaction geometry rectangles. |
Methods
getBounds() Method
Returns the redaction geometry bounds.
Declaration
public RectangleF getBounds()
Returns
| Type | Description |
|---|---|
| RectangleF | The redaction geometry bounds. |
getQuadrilaterals() Method
Returns the redaction geometry quadrilaterals.
Declaration
public List<Quadrilateral> getQuadrilaterals()
Returns
| Type | Description |
|---|---|
| java.util.List<Quadrilateral> | The redaction geometry quadrilaterals. |
getType() Method
Returns the redaction geometry type.
Declaration
public RedactionGeometryType getType()
Returns
| Type | Description |
|---|---|
| RedactionGeometryType | The redaction geometry type. |