PSSurface.this

Creates a PostScript surface of the specified size in points.This will generate a PSSurface that may be queried and used as a source, without generating a temporary file.

  1. this(cairo_surface_t* ptr)
  2. this(string fileName, double width, double height)
  3. this(double width, double height)
    class PSSurface
    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