Name | Description | |
---|---|---|
ImGearRectangle Constructor | Overloaded. |
The following tables list the members exposed by ImGearRectangle.
Name | Description | |
---|---|---|
ImGearRectangle Constructor | Overloaded. |
Name | Description | |
---|---|---|
Bottom | Gets or sets the y-coordinate of the lower-right corner of the rectangle. | |
Height | Gets the height of the rectangle. | |
Left | Gets or sets the x-coordinate of the upper-left corner of the rectangle. | |
Right | Gets or sets the x-coordinate of the lower-right corner of the rectangle. | |
Top | Gets or sets the y-coordinate of the upper-left corner of the rectangle. | |
Width | Gets the width of the rectangle. |
Name | Description | |
---|---|---|
Contains | Checks if the specified point's coordinates are inside of the rectangle. | |
CopyFrom | Copies the specified ImGearRectangle object into this instance of the ImGearRectangle class. | |
Empty | Sets all numeric properties of the rectangle to their initial values. | |
Intersect | Replaces this rectangle with the intersection of itself and another rectangle. | |
IsEmpty | Tests whether all numeric properties of the rectangle are set to their initial values. | |
IsWellFormed | Tests whether the rectangle is valid. | |
Join | Changes the rectangle's points to contain the specified point. | |
Offset | Shifts the rectangle points by the specified shiftX and shiftY values. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. |