cairoImageSurfaceCreateFromPng: cairoImageSurfaceCreateFromPng

Description Usage Arguments Value Author(s)

View source: R/cairoFuncs.R

Description

Creates a new image surface and initializes the contents to the given PNG file.

Usage

1

Arguments

filename

[char] name of PNG file to load

Value

[CairoSurface] a new CairoSurface initialized with the contents of the PNG file, or a "nil" surface if any error occurred. A nil surface can be checked for with cairo_surface_status(surface) which may return one of the following values: CAIRO_STATUS_NO_MEMORY CAIRO_STATUS_FILE_NOT_FOUND CAIRO_STATUS_READ_ERROR Alternatively, you can allow errors to propagate through the drawing operations and check the status on the context upon completion using cairoStatus.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.