package raylib

  1. Overview
  2. Docs
type t'
type t = t' ctyp
val create : Rectangle.t -> int -> int -> int -> int -> NPatchType.t -> t

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

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

Innovation. Community. Security.