The QuadrilateralPoints type exposes the following members.

Constructors

  NameDescription
QuadrilateralPoints
Initializes a new instance of the QuadrilateralPoints class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString (Overrides Object..::.ToString()()().)

Properties

  NameDescription
LowerLeftX
Gets or sets the x-coordinate of the lower-left corner of this quadrilateral shape.
LowerLeftY
Gets or sets the y-coordinate of the lower-left corner of this quadrilateral shape.
LowerRightX
Gets or sets the x-coordinate of the lower-right corner of this quadrilateral shape.
LowerRightY
Gets or sets the y-coordinate of the lower-right corner of this quadrilateral shape.
UpperLeftX
Gets or sets the x-coordinate of the upper-left corner of this quadrilateral shape.
UpperLeftY
Gets or sets the y-coordinate of the upper-left corner of this quadrilateral shape.
UpperRightX
Gets or sets the x-coordinate of the upper-right corner of this quadrilateral shape.
UpperRightY
Gets or sets the y-coordinate of the upper-right corner of this quadrilateral shape.

See Also