View Source Exray.Structs.Rectangle (Exray v0.4.0)

Summary

Types

@type t() :: %Exray.Structs.Rectangle{
  height: float() | nil,
  width: float() | nil,
  x: float() | nil,
  y: float() | nil
}