IntRect Methods

SFML.Net

IntRect Methods

The IntRect type exposes the following members.

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