Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 570 Bytes

File metadata and controls

27 lines (20 loc) · 570 Bytes

QTWriteFrame

Description

Captures the active document window and writes a frame to the specified QuickTime movie file.

PROCEDURE QTWriteFrame(movieRef : INTEGER);
def vs.QTWriteFrame(movieRef):
    return None

Parameters

Name Type Description
movieRef INTEGER Index of QuickTime movie stream.

Remarks

This function will likely also draw to the screen as a pseudo-progress indicator.

Version

Availability: from VectorWorks8.5

Category