cairoFill: cairoFill

Description Usage Arguments Author(s)

View source: R/cairoFuncs.R

Description

A drawing operator that fills the current path according to the current fill rule, (each sub-path is implicitly closed before being filled). After cairoFill, the current path will be cleared from the cairo context. See cairoSetFillRule and cairoFillPreserve.

Usage

1

Arguments

cr

[Cairo] a cairo context

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to cairoFill in RGtk2...