Learn R Programming

RGtk2 (version 2.8.7)

cairoGetCurrentPoint: cairoGetCurrentPoint

Description

Gets the current point of the current path, which is conceptually the final point reached by the path so far.

Usage

cairoGetCurrentPoint(cr, x, y)

Arguments

Details

The current point is returned in the user-space coordinate system. If there is no defined current point then x and y will both be set to 0.0. Most path construction functions alter the current point. See the following for details on how they affect the current point: cairoNewPath, cairoMoveTo, cairoLineTo, cairoCurveTo, cairoArc, cairoRelMoveTo, cairoRelLineTo, cairoRelCurveTo, cairoArc, cairoTextPath, cairo() [object Object] internal