foxit.pdf.annots.QuadPoints Class Reference

Inherits SystemIDisposable.

Public Member Functions

 QuadPoints (PointF first, PointF second, PointF third, PointF fourth)
 Constructor, with parameters.
More...
 
 QuadPoints ()
 Constructor.

 
 QuadPoints (QuadPoints quad_points)
 Constructor, with another QuadPoints.

 
void Set (PointF first, PointF second, PointF third, PointF fourth)
 Set value.
More...
 

Detailed Description

This class represents points of a quadrilateral, in PDF coordinate system . The order of points in a quadrilateral should be as follows:


The first point is the point in left-top corner of the quadrilateral.
The second point is the point in right-top corner of the quadrilateral.
The third point is the point in left-bottom corner of the quadrilateral.
The fourth point is the point in right-bottom corner of the quadrilateral.

Constructor & Destructor Documentation

◆ QuadPoints()

foxit.pdf.annots.QuadPoints.QuadPoints ( PointF  first,
PointF  second,
PointF  third,
PointF  fourth 
)
inline

Constructor, with parameters.

Parameters
firstFirst point of the quadrilateral, in PDF coordinate system .
secondSecond point of the quadrilateral, in PDF coordinate system .
thirdThird point of the quadrilateral, in PDF coordinate system .
fourthFourth point of the quadrilateral, in PDF coordinate system .

Member Function Documentation

◆ Set()

void foxit.pdf.annots.QuadPoints.Set ( PointF  first,
PointF  second,
PointF  third,
PointF  fourth 
)
inline

Set value.

Parameters
firstFirst point of the quadrilateral, in PDF coordinate system .
secondSecond point of the quadrilateral, in PDF coordinate system .
thirdThird point of the quadrilateral, in PDF coordinate system .
fourthFourth point of the quadrilateral, in PDF coordinate system .
Returns
None.

Foxit Software Corporation Logo
@2018 Foxit Software Incorporated. All rights reserved.