|
MuPDFCore 1.8.0
Multiplatform .NET bindings for MuPDF
|
Represents a quadrilater (not necessarily a rectangle). More...
Public Member Functions | |
| Quad (PointF lowerLeft, PointF upperLeft, PointF upperRight, PointF lowerRight) | |
| Creates a new Quad from the specified points. More... | |
| bool | Contains (PointF point) |
| Checks whether this Quad contains a PointF. More... | |
Public Attributes | |
| PointF | LowerLeft |
| The lower left point of the quadrilater. More... | |
| PointF | UpperLeft |
| The upper left point of the quadrilater. More... | |
| PointF | UpperRight |
| The upper right point of the quadrilater. More... | |
| PointF | LowerRight |
| The lower right point of the quadrilater. More... | |
Represents a quadrilater (not necessarily a rectangle).
Definition at line 593 of file Rectangles.cs.
Creates a new Quad from the specified points.
| lowerLeft | The lower left point of the quadrilater. |
| upperLeft | The upper left point of the quadrilater. |
| upperRight | The upper right point of the quadrilater. |
| lowerRight | The lower right point of the quadrilater. |
Definition at line 622 of file Rectangles.cs.
| bool MuPDFCore.Quad.Contains | ( | PointF | point | ) |
| PointF MuPDFCore.Quad.LowerLeft |
The lower left point of the quadrilater.
Definition at line 598 of file Rectangles.cs.
| PointF MuPDFCore.Quad.LowerRight |
The lower right point of the quadrilater.
Definition at line 613 of file Rectangles.cs.
| PointF MuPDFCore.Quad.UpperLeft |
The upper left point of the quadrilater.
Definition at line 603 of file Rectangles.cs.
| PointF MuPDFCore.Quad.UpperRight |
The upper right point of the quadrilater.
Definition at line 608 of file Rectangles.cs.