PdfQuadrilateral Methods

The PdfQuadrilateral type exposes the following members.

Methods

  NameDescription
Public methodEquals(Object)
Tests whether obj is a PdfQuadrilateral with the corners of this PdfQuadrilateral.
(Overrides ValueType.Equals(Object).)
Public methodEquals(PdfQuadrilateral)
Tests whether other has the same corners as in this PdfQuadrilateral.
Public methodGetHashCode
Gets the hash code for this PdfQuadrilateral structure.
(Overrides ValueType.GetHashCode().)
Public methodGetType (Inherited from Object.)
Public methodIsValid
Checks whether this structure represents a valid quadrilateral.
Public methodToString()
Converts this PdfQuadrilateral to a human-readable string.
(Overrides ValueType.ToString().)
Public methodToString(IFormatProvider)
Converts this PdfQuadrilateral to a human-readable string.

See Also