RedactionGeometry Constructors
| Name | Parameters | Description |
|---|---|---|
| RedactionGeometry(OrientedRectangle[]) | orientedRectangles | Initializes a new instance of the RedactionGeometry class with specified settings. |
| RedactionGeometry(Quadrilateral[]) | quadrilaterals | Initializes a new instance of the RedactionGeometry class with specified settings. |
| RedactionGeometry(RectangleF[]) | rectangles | Initializes a new instance of the RedactionGeometry class with specified settings. |
See Also