Rayex.Structs.NPatchInfo (Rayex v0.0.2) View Source

NPatchInfo

Link to this section Summary

Link to this section Types

Specs

t() :: %Rayex.Structs.NPatchInfo{
  bottom: integer(),
  layout: integer(),
  left: integer(),
  right: integer(),
  source: Rayex.Structs.Rectangle.t(),
  top: integer()
}