IntRect Operators and Type Conversions

SFML.Net

IntRect Operators and Type Conversions

The IntRect type exposes the following members.

Operators
  Name Description
Public operator Static member Equality
Operator == overload ; check rect equality
Public operator Static member (IntRect to FloatRect)
Explicit casting to another rectangle type
Public operator Static member Inequality
Operator != overload ; check rect inequality
Top
See Also