Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 434 Bytes

File metadata and controls

29 lines (16 loc) · 434 Bytes

drawingLayer.newPath()

Availability

Flash MX 2004.

Usage

drawingLayer.newPath()

Parameters

None.

Returns

A Path object.

Description

Method; returns a new Path object. You typically use this method only when creating extensible tools. See Path object.

Example

The following example returns a new Path object:
fl.drawingLayer.newPath();