Win32Surface.this

Creates a device-independent-bitmap surface not associated with any particular existing surface or device context. The created bitmap will be uninitialized.

Parameters

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