Pdf.Core.Types
Description
Compound data structures from sec. 7.9 of PDF32000:2008
data Rectangle a Source #
Rectangle
Constructors
Defined in Pdf.Core.Types
Methods
showsPrec :: Int -> Rectangle a -> ShowS #
show :: Rectangle a -> String #
showList :: [Rectangle a] -> ShowS #
rectangleFromArray :: Array -> Either String (Rectangle Double) Source #
Create rectangle form an array of 4 numbers
rectangleToArray :: Rectangle Double -> Array Source #