Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.
The following tables list the members exposed by the Location type.
Name | Description | |
---|---|---|
Overloaded. |
Name | Description | |
---|---|---|
An empty instance of the Location structure. |
Name | Description | |
---|---|---|
Gets a value indicating whether this Location is empty. |
||
Gets or sets the x-coordinate of this location. |
||
Gets or sets the units of measure of the x-coordinate of this Location. |
||
Gets or sets the y-coordinate of this location. |
||
Gets or sets the units of measure of the y-coordinate of this Location. |
Name | Description | |
---|---|---|
Adds the width and height of the specified Dimension to the specified Location. |
||
Determines if two Location structures have the same coordinates. |
||
Returns a hash code for this Location structure. |
||
Returns the result of subtracting the specified Dimension from the specified Location. |
||
Creates a human-readable string that represents this Location. |