Function StyleBox.testMask

Test a position in a rectangle, return whether it passes the mask test.

bool testMask (
  const(Vector2) point,
  const(Rect2) rect
) nothrow @nogc const;