Win32Surface.this

  1. this(cairo_surface_t* ptr)
  2. this(HDC hdc, bool printing)
  3. this(HDC hdc, cairo_format_t format, int width, int height)
    class Win32Surface
  4. this(cairo_format_t format, int width, int height)

Parameters

hdc HDC

the DC to create a surface for

format cairo_format_t

format of pixels in the surface to create

width int

width of the surface, in pixels

height int

height of the surface, in pixels

Meta