WindowSizeOperators extension

on

Properties

value int
no setter

Operators

operator <(WindowSize other) bool
Whether this WindowSize is smaller than other.
operator <=(WindowSize other) bool
Whether this WindowSize is smaller than or equal to other.
operator >(WindowSize other) bool
Whether this WindowSize is larger than other.
operator >=(WindowSize other) bool
Whether this WindowSize is larger than or equal to other.