FloatRect Operators and Type Conversions

SFML.Net

FloatRect Operators and Type Conversions

The FloatRect type exposes the following members.

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