operator unary- method

BlockAlignment operator unary-()

Returns the negation of the given BlockAlignment.

Implementation

BlockAlignment operator -() {
  return BlockAlignment(-x, -y);
}