Movie Maker Timeline Control

SetPreviewWndSize Method

Description

Set the view size of preview video window. When playing the video, you may call SetPreviewWndSize method to change the image size.

Syntax

Public Function SetPreviewWndSize ( _
   ByVal iPercent as integer
)

 

Parameter


iPercent
    the percent of image size of original video
e.g.
   10 =  10 percent of image size of original video.
   50 =  50 percent of image size of original video.
   100 =  100 percent of image size of original video.
   150 =  150 percent of image size of original video.
    0   = Fit to Window.
   


No Return Value

 

Example

Visual Basic.NET Syntax
axTimelineControl1.SetPreviewWndSize(0);