Learn R Programming

grImport2 (version 0.1-5)

PathLineTo-class: Class "PathLineTo"

Description

A description of a path line to operator ("L" in SVG parlance) that is meant to be used as part of a path.

Arguments

Slots

x:

Object of class "numeric". The x-location that the path is going to draw a line to.

y:

Object of class "numeric". The y-location that the path is going to draw a line to.

Extends

Class '>PathSegment, directly.

See Also

'>PathData, '>PathMoveTo, '>PathClosePath, '>PathCurveTo.