Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithFirst:second:third:fourth: |
(id) | - initWithQuad_points: |
Constructor, with another quadrilateral points object. More... | |
(void) | - set:second:third:fourth: |
Set value. More... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
FSPointF * | first |
First point of quadrilateral, in PDF coordinate system. More... | |
FSPointF * | fourth |
Fourth point of quadrilateral, in PDF coordinate system. More... | |
FSPointF * | second |
Second point of quadrilateral, in PDF coordinate system. More... | |
FSPointF * | third |
Third point of quadrilateral, in PDF coordinate system. More... | |
This class represents points of a quadrilateral, in PDF coordinate system. The order of points in a quadrilateral should be as follows:
- (void) dealloc |
- (void*) getCptr |
- (id) init |
Constructor.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithFirst: | (FSPointF *) | first | |
second: | (FSPointF *) | second | |
third: | (FSPointF *) | third | |
fourth: | (FSPointF *) | fourth | |
- (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. |
|
protected |
|
protected |
|
readwritenonatomiccopy |
First point of quadrilateral, in PDF coordinate system.
|
readwritenonatomiccopy |
Fourth point of quadrilateral, in PDF coordinate system.
|
readwritenonatomiccopy |
Second point of quadrilateral, in PDF coordinate system.
|
readwritenonatomiccopy |
Third point of quadrilateral, in PDF coordinate system.