Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 366 Bytes

File metadata and controls

29 lines (16 loc) · 366 Bytes

document.swapStrokeAndFill()

Availability

Flash 8.

Usage

document.swapStrokeAndFill()

Parameters

None.

Returns

Nothing.

Description

Method; swaps the Stroke and Fill colors.

Example

The following example swaps the Stroke and Fill colors in the current document:
fl.getDocumentDOM().swapStrokeAndFill();