Click or drag to resize

PdfQuadrilateral Methods

The PdfQuadrilateral type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsConcave
Determines whether this quadrilateral is concave. A quadrilateral is concave if it is simple and if it is not convex.
Public methodIsConvex
Determines whether this quadrilateral is convex. A quadrilateral is convex if it is not empty and if its diagonals cross.
Public methodIsEmpty
Determines whether this quadrilateral is empty.
Public methodIsRectangular
Determines whether this quadrilateral is rectangular. Note that this test checks to see if the diagonals are equal and the shape is convex, therefore it is correct regardless of rotation.
Public methodIsSimple
Determines whether this quadrilateral is convex. A quadrilateral is simple if it is not empty and if its edges do not cross.
Public methodLowerBound
Gets the lower bound of the quadrilateral.
Public methodLowerBound(PdfPoint)
Public methodMaxX
Gets the maximum of all X coordinates.
Public methodMaxY
Gets the maximum of all Y coordinates.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMinX
Gets the minimum of all X coordinates.
Public methodMinY
Gets the minimum of all Y coordinates.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpperBound
Gets the upper bound of the quadrilateral.
Public methodUpperBound(PdfPoint)
Top
See Also