Pdf |
The PdfQuad type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfQuad(Double, Double, Double, Double) | Initializes a new instance of the PdfQuad structure from the sides of the quadrilateral. | |
| PdfQuad(PdfPoint, PdfPoint, PdfPoint, PdfPoint) | Initializes a new instance of the PdfQuad structure. |
| Name | Description | |
|---|---|---|
| Bottom | Gets the y-axis value of the bottom of the quadrilateral. | |
| Height | Gets the height of the quadrilateral. | |
| Left | Gets the x-axis value of the left side of the quadrilateral. | |
| Point0 | Gets the first point of the quadrilateral. | |
| Point1 | Gets the second point of the quadrilateral. | |
| Point2 | Gets the third point of the quadrilateral. | |
| Point3 | Gets the fourth point of the quadrilateral. | |
| Right | Gets the x-axis value of the right side of the quadrilateral. | |
| Top | Gets the y-axis position of the top of the quadrilateral. | |
| Width | Gets the width of the quadrilateral. |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to this PdfQuad instance.
(Overrides ValueTypeEquals(Object)) | |
| Equals(PdfQuad) | Determines whether the other PdfQuad is equal to this PdfQuad instance. | |
| GetHashCode |
Returns a hash code for this PdfQuad instance.
(Overrides ValueTypeGetHashCode) | |
| ToString |
Returns a String that represents this PdfQuad instance.
(Overrides ValueTypeToString) |
| Name | Description | |
|---|---|---|
| Equality(PdfQuad, PdfQuad) | Determines whether first and second PdfQuads are equal. | |
| Inequality(PdfQuad, PdfQuad) | Determines whether first and second PdfQuads are not equal. |