The QuadrilateralPoints type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QuadrilateralPoints |
Methods
Name | Description | |
---|---|---|
Equals | (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. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (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
Name | Description | |
---|---|---|
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.
|