Namespace: BitMiracle.Docotic.Pdf
[SerializableAttribute] public struct PdfQuadrilateral : IEquatable<PdfQuadrilateral>
<SerializableAttribute> Public Structure PdfQuadrilateral Implements IEquatable(Of PdfQuadrilateral)
The PdfQuadrilateral type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfQuadrilateral |
Initializes a new instance of the PdfQuadrilateral struct.
|
Name | Description | |
---|---|---|
![]() | FirstCorner |
Gets or sets the coordinates of the first corner of this PdfQuadrilateral structure.
|
![]() | FourthCorner |
Gets or sets the coordinates of the fourth corner of this PdfQuadrilateral structure.
|
![]() | SecondCorner |
Gets or sets the coordinates of the second corner of this PdfQuadrilateral structure.
|
![]() | ThirdCorner |
Gets or sets the coordinates of the third corner of this PdfQuadrilateral structure.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Tests whether obj is a PdfQuadrilateral with
the corners of this PdfQuadrilateral.
(Overrides ValueType.Equals(Object).) |
![]() | Equals(PdfQuadrilateral) |
Tests whether other has the same corners as in this
PdfQuadrilateral.
|
![]() | GetHashCode |
Gets the hash code for this PdfQuadrilateral structure.
(Overrides ValueType.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | IsValid |
Checks whether this structure represents a valid quadrilateral.
|
![]() | ToString() |
Converts this PdfQuadrilateral to a human-readable string.
(Overrides ValueType.ToString().) |
![]() | ToString(IFormatProvider) |
Converts this PdfQuadrilateral to a human-readable string.
|
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Tests whether two PdfQuadrilateral structures equal.
|
![]() ![]() | Implicit(PdfBox to PdfQuadrilateral) |
Performs an implicit conversion from PdfBox to PdfQuadrilateral.
|
![]() ![]() | Implicit(PdfRectangle to PdfQuadrilateral) |
Performs an implicit conversion from PdfRectangle to PdfQuadrilateral.
|
![]() ![]() | Inequality |
Tests whether two PdfQuadrilateral structures differ.
|