SFML.Net
IntRect Methods |
The IntRect type exposes the following members.

Name | Description | |
---|---|---|
![]() |
Contains |
Check if a point is inside the rectangle's area
|
![]() |
Equals(Object) |
Compare rectangle and object and checks if they are equal
(Overrides ValueTypeEquals(Object).) |
![]() |
Equals(IntRect) |
Compare two rectangles and checks if they are equal
|
![]() |
GetHashCode |
Provide a integer describing the object
(Overrides ValueTypeGetHashCode.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
Intersects(IntRect) |
Check intersection between two rectangles
|
![]() |
Intersects(IntRect, IntRect) |
Check intersection between two rectangles
|
![]() |
ToString |
Provide a string describing the object
(Overrides ValueTypeToString.) |
