Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / Quadrilateral Structure
Fields Methods

In This Topic
    Quadrilateral Structure Members
    In This Topic

    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.   
    Public Method  
    Public MethodMultiplies this Quadrilateral by the x and y.  
    Public MethodOverloaded. Offsets all points of this Quadrilateral by the x and y.  
    Public MethodCreates a System.Drawing.RectangleF structure that contains this Quadrilateral.  
    Public Method  
    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