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 . | |
FSPointF * | fourth |
Fourth point of quadrilateral, in . | |
FSPointF * | second |
Second point of quadrilateral, in . | |
FSPointF * | third |
Third point of quadrilateral, in . | |
This class represents points of a quadrilateral, in . 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 . |
[in] | second | Second point of the quadrilateral, in . |
[in] | third | Third point of the quadrilateral, in . |
[in] | fourth | Fourth point of the quadrilateral, in . |
- (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 . |
[in] | second | Second point of the quadrilateral, in . |
[in] | third | Third point of the quadrilateral, in . |
[in] | fourth | Fourth point of the quadrilateral, in . |