Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 603 Bytes

File metadata and controls

21 lines (11 loc) · 603 Bytes

drawingLayer.endFrame()

Availability

Flash MX 2004.

Usage

drawingLayer.endFrame()

Parameters

None.

Returns

Nothing.

Description

Method; signals the end of a group of drawing commands. A group of drawing commands refers to everything drawn between drawingLayer.beginFrame() and drawingLayer.endFrame(). The next call to drawingLayer.beginFrame() will erase whatever was drawn in this group of drawing commands. You typically use this method only when creating extensible tools.