Cringe.Rect (cringe v0.1.0)

Copy Markdown View Source

Rectangle used by layout and painting code.

Summary

Types

t()

@type t() :: %Cringe.Rect{
  height: non_neg_integer(),
  width: non_neg_integer(),
  x: non_neg_integer(),
  y: non_neg_integer()
}

Functions

new(x, y, width, height)