Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 360 Bytes

File metadata and controls

30 lines (17 loc) · 360 Bytes

path.clear()

Availability

Flash MX 2004.

Usage

path.clear()

Parameters

None.

Returns

Nothing.

Description

Method; removes all points from the path.

Example

The following example removes all points from a path stored in the myPath variable:

var myPath = fl.drawingLayer.newPath();
myPath.clear();