toInt method

SdlxRect toInt()

Implementation

SdlxRect toInt() =>
    SdlxRect(x: x.toInt(), y: y.toInt(), w: w.toInt(), h: h.toInt());