Learn R Programming

RGtk2 (version 2.20.19)

cairoInFill: cairoInFill

Description

Tests whether the given point is inside the area that would be affected by a cairoFill operation given the current path and filling parameters. Surface dimensions and clipping are not taken into account.

Usage

cairoInFill(cr, x, y)

Arguments

Value

[logical] A non-zero value if the point is inside, or zero if outside.

Details

See cairoFill, cairoSetFillRule and cairoFillPreserve.