search

goog.graphics.Path

Provided By
All Known Direct Subclasses

Creates a path object. A path is a sequence of segments and may be open or closed. Path uses the EVEN-ODD fill rule for determining the interior of the path. A path must start with a moveTo command.

A "simple" path does not contain any arcs and may be transformed using the transform method.

new Path()

Parameters

None.

Instance Methods

Static Functions

Enumerations