package raylib

  1. Overview
  2. Docs

Module Raylib.NPatchInfoSource

Sourcetype t'
Sourcetype t = t' ctyp
Sourceval create : Rectangle.t -> int -> int -> int -> int -> NPatchType.t -> t

create source left top right bottom type returns a N-Patch layout info.

Sourceval source : t -> Rectangle.t
Sourceval left : t -> int
Sourceval top : t -> int
Sourceval right : t -> int
Sourceval bottom : t -> int
Sourceval typ : t -> NPatchType.t