Movie Maker Timeline Control

GetScale Method

Description

Get the zoom scale of the timeline.

Syntax

Public Function GetScale( ) as float

 

No Parameter


Return Value

    return the zoom scale of the timeline.

Example

Visual Basic Syntax
iScale= TimelineControl1.GetScale()