|
Foxit PDF SDK for HarmonyOS
3.0
|
Public Member Functions | |
| constructor (first, second, third, fourth) const ructor() | |
| Constructor, with parameters. More... | |
| constructor (r) | |
| Set (first, second, third, fourth) | |
| Set value. More... | |
Public Member Functions inherited from NativeObjectWrapper | |
| constructor (r) | |
| GetPointerAsNumber () | |
Public Attributes | |
| first | |
| First point of quadrilateral, in PDF coordinate system. | |
| fourth | |
| Fourth point of quadrilateral, in PDF coordinate system. | |
| second | |
| Second point of quadrilateral, in PDF coordinate system. | |
| third | |
| Third point of quadrilateral, in PDF coordinate system. | |
This class represents points of a quadrilateral, in PDF coordinate system. The order of points in a quadrilateral should be as follows:
Constructor, with parameters.
| [in] | first | First point of the quadrilateral, in PDF coordinate system. |
| [in] | second | Second point of the quadrilateral, in PDF coordinate system. |
| [in] | third | Third point of the quadrilateral, in PDF coordinate system. |
| [in] | fourth | Fourth point of the quadrilateral, in PDF coordinate system. |
Constructor.
| QuadPoints.constructor | ( | r | ) |
@constructor
| {NativeObjectReference} | r - The native object reference to wrap |
@description Creates a new wrapper instance around a native C++ object. The wrapper manages the object's lifecycle according to the ownership rules.
Set value.
| [in] | first | First point of the quadrilateral, in PDF coordinate system. |
| [in] | second | Second point of the quadrilateral, in PDF coordinate system. |
| [in] | third | Third point of the quadrilateral, in PDF coordinate system. |
| [in] | fourth | Fourth point of the quadrilateral, in PDF coordinate system. |