PSSurface.this

Creates a PostScript surface of the specified size in points to be written to filename.

Note that the size of individual pages of the PostScript output can vary. See setSize().

  1. this(cairo_surface_t* ptr)
  2. this(string fileName, double width, double height)
    class PSSurface
    this
    (
    string fileName
    ,
    double width
    ,
    double height
    )
  3. this(double width, double height)

Parameters

width double

width of the surface, in points (1 point == 1/72.0 inch)

height double

height of the surface, in points (1 point == 1/72.0 inch)

Meta