Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
def | QuadPoints () |
Constructor. | |
def | QuadPoints (quad_points) |
Constructor, with another quadrilateral points object. More... | |
def | Set (first, second, third, fourth) |
Set value. More... | |
Static Public Attributes | |
first = _fsdk.QuadPoints_first | |
First point of quadrilateral, in [PDF coordinate system] (). | |
fourth = _fsdk.QuadPoints_fourth | |
Fourth point of quadrilateral, in [PDF coordinate system] (). | |
second = _fsdk.QuadPoints_second | |
Second point of quadrilateral, in [PDF coordinate system] (). | |
third = _fsdk.QuadPoints_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:
def FoxitPDFSDKPython2.QuadPoints.QuadPoints | ( | quad_points | ) |
Constructor, with another quadrilateral points object.
[in] | quad_points | Another quadrilateral points object. |
def FoxitPDFSDKPython2.QuadPoints.Set | ( | first, | |
second, | |||
third, | |||
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] (). |