class ChunkyPNG::Vector

def offset

Returns:
  • (ChunkyPNG::Point) - A point that describes the top left corner if a
def offset
  ChunkyPNG::Point.new(min_x, min_y)
end