Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Graphics.Cairo.Drawing.Extents
Documentation
data CairoExtents Source #
Constructors
CairoExtentsLeftTopRightBottom | |
Fields |
Instances
Show CairoExtents Source # | |
Defined in Graphics.Cairo.Drawing.Extents Methods showsPrec :: Int -> CairoExtents -> ShowS # show :: CairoExtents -> String # showList :: [CairoExtents] -> ShowS # |
pattern CairoExtentsLeftTopWidthHeight :: CDouble -> CDouble -> CDouble -> CDouble -> CairoExtents Source #