Module Mlpost__.Command
module T = Mlpost.Transform
type hposition
= Mlpost__.Types.hposition
type vposition
= Mlpost__.Types.vposition
type position
= Mlpost__.Types.position
type t
= Mlpost__.Types.commandpic
val label : ?pos:Mlpost__.Types.position -> Mlpost__.Types.commandpic -> Mlpost__.Types.point -> Mlpost__.Types.commandpic
val dotlabel : ?pos:Mlpost__.Types.position -> Mlpost__.Types.commandpic -> Mlpost__.Types.point -> Mlpost__.Types.commandpic
val draw : ?brush:Mlpost__.Types.brush -> ?color:Mlpost__.Types.color -> ?pen:Mlpost__.Types.pen -> ?dashed:Mlpost__.Types.dash -> Mlpost__.Types.path -> Mlpost__.Types.commandpic
val fill : ?color:Mlpost__.Types.color -> Mlpost__.Types.path -> Mlpost__.Types.commandpic
val seq : Mlpost__.Types.commandpic list -> Mlpost__.Types.commandpic
val iter : int -> int -> (int -> Mlpost__.Types.commandpic) -> Mlpost__.Types.commandpic
val draw_pic : 'a -> 'a
val append : Mlpost__.Types.commandpic -> Mlpost__.Types.commandpic -> Mlpost__.Types.commandpic
val (++) : Mlpost__.Types.commandpic -> Mlpost__.Types.commandpic -> Mlpost__.Types.commandpic
val externalimage : string -> Mlpost__.Types.spec_image -> Mlpost__.Types.commandpic
val iterl : ('a -> Mlpost__.Types.commandpic) -> 'a list -> Mlpost__.Types.commandpic
val nop : Mlpost__.Types.commandpic