XlibSurface.this

Creates an Xlib surface that draws to the given bitmap. This will be drawn to as a CAIRO_FORMAT_A1 object.

  1. this(cairo_surface_t* ptr)
  2. this(Display* dpy, Drawable drawable, Visual* visual, int width, int height)
  3. this(Display* dpy, Pixmap bitmap, Screen* screen, int width, int height)
    class XlibSurface
    this
    (
    Display* dpy
    ,
    Pixmap bitmap
    ,
    Screen* screen
    ,
    int width
    ,
    int height
    )

Meta