|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetFirst () |
| Get first point of quadrilateral, in [PDF coordinate system] (). More... | |
| def | GetFourth () |
| Get fourth point of quadrilateral, in [PDF coordinate system] (). More... | |
| def | GetSecond () |
| Get second point of quadrilateral, in [PDF coordinate system] (). More... | |
| def | GetThird () |
| Get third point of quadrilateral, in [PDF coordinate system] (). More... | |
| def | Set (first, second, third, fourth) |
| Set value. More... | |
| def | SetFirst (value) |
| Set first point of quadrilateral, in [PDF coordinate system] (). More... | |
| def | SetFourth (value) |
| Set fourth point of quadrilateral, in [PDF coordinate system] (). More... | |
| def | SetSecond (value) |
| Set second point of quadrilateral, in [PDF coordinate system] (). More... | |
| def | SetThird (value) |
| Set 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:
| fsdk.QuadPoints.GetFirst | ( | ) |
Get first point of quadrilateral, in [PDF coordinate system] ().
| fsdk.QuadPoints.GetFourth | ( | ) |
Get fourth point of quadrilateral, in [PDF coordinate system] ().
| fsdk.QuadPoints.GetSecond | ( | ) |
Get second point of quadrilateral, in [PDF coordinate system] ().
| fsdk.QuadPoints.GetThird | ( | ) |
Get third point of quadrilateral, in [PDF coordinate system] ().
| def fsdk.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] (). |
| fsdk.QuadPoints.SetFirst | ( | value | ) |
Set first point of quadrilateral, in [PDF coordinate system] ().
| [in] | value | First point of quadrilateral, in [PDF coordinate system] (). |
| fsdk.QuadPoints.SetFourth | ( | value | ) |
Set fourth point of quadrilateral, in [PDF coordinate system] ().
| [in] | value | Fourth point of quadrilateral, in [PDF coordinate system] (). |
| fsdk.QuadPoints.SetSecond | ( | value | ) |
Set second point of quadrilateral, in [PDF coordinate system] ().
| [in] | value | Second point of quadrilateral, in [PDF coordinate system] (). |
| fsdk.QuadPoints.SetThird | ( | value | ) |
Set third point of quadrilateral, in [PDF coordinate system] ().
| [in] | value | Third point of quadrilateral, in [PDF coordinate system] (). |