Documents for PDF, .NET Edition Documentation
Quadrilateral Structure Members
Fields  Methods 

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace : Quadrilateral Structure

The following tables list the members exposed by Quadrilateral.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public FieldThe first vertex of the quadrilateral.

If initialized from a rectangle, corresponds to the rectangle's bottom left corner.

 
Public FieldThe second vertex of the quadrilateral.

If initialized from a rectangle, corresponds to the rectangle's top left corner.

 
Public FieldThe third vertex of the quadrilateral.

If initialized from a rectangle, corresponds to the rectangle's top right corner.

 
Public FieldThe fourth vertex of the quadrilateral.

If initialized from a rectangle, corresponds to the rectangle's bottom right corner.

 
Top
Public Methods
 NameDescription
Public MethodOverloaded. Determines whether the specified object is equal to the current object.  
Public MethodServes as the default hash function.  
Public MethodCreates a System.Drawing.RectangleF structure that contains this Quadrilateral.  
Public MethodReturns a string that represents the current object.  
Top
Public Operators
Tests whether two specified Quadrilateral objects are equivalent.
Converts a System.Drawing.RectangleF to Quadrilateral.
Tests whether two specified Quadrilateral objects are NOT equivalent.
Top
See Also

Reference

Quadrilateral Structure
GrapeCity.Documents.Common Namespace