Surface.createFromNative - multiple declarations

Function Surface.createFromNative

The createFromNative method for the Surface classes. See https://github.com/jpf91/cairoD/wiki/Memory-Management#createFromNative for more information.

Prototype

static Surface createFromNative(
  cairo_surface_t* ptr,
  bool adjRefCount = true
);

Warning

Only use this if you know what your doing! This function should not be needed for standard cairoD usage.

Function Surface.createFromNative

The createFromNative method for the Surface classes. See https://github.com/jpf91/cairoD/wiki/Memory-Management#createFromNative for more information.

Prototype

static Surface createFromNative(
  cairo_surface_t* ptr,
  bool adjRefCount = true
);

Warning

Only use this if you know what your doing! This function should not be needed for standard cairoD usage.

Authors

Johannes Pfau cairoD
Andrej Mitrovic cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1