|
Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
| (id) | - init |
| Constructor. | |
| (id) | - initWithFirst:second:third:fourth: |
| Constructor, with parameters. More... | |
| (id) | - initWithQuad_points: |
| Constructor, with another quadrilateral points object. More... | |
| (void) | - set:second:third:fourth: |
| Set value. More... | |
Properties | |
| FSPointF * | first |
| First point of quadrilateral, in PDF coordinate system. | |
| FSPointF * | fourth |
| Fourth point of quadrilateral, in PDF coordinate system. | |
| FSPointF * | second |
| Second point of quadrilateral, in PDF coordinate system. | |
| FSPointF * | 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:
| - (id) initWithFirst: | (FSPointF*) | first | |
| second: | (FSPointF*) | second | |
| third: | (FSPointF*) | third | |
| fourth: | (FSPointF*) | fourth | |
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. |
| - (id) initWithQuad_points: | (FSQuadPoints*) | quad_points |
Constructor, with another quadrilateral points object.
| [in] | quad_points | Another quadrilateral points object. |
| - (void) set: | (FSPointF*) | first | |
| second: | (FSPointF*) | second | |
| third: | (FSPointF*) | third | |
| fourth: | (FSPointF*) | fourth | |
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. |