VideoEdit Gold ActiveX Control

ResizeControl Method

Description

Resize the display area.

Syntax

Public Function ResizeControl( _
   ByVal iWidth as Integer, _
   ByVal iHeight as Integer
)

 

Parameters

iWidth
    the width of display area.

iHeight
    the height of display area.
 

No Return Value
 

Example

[Visual Basic Syntax]
VideoEdit1.ResizeControl 100,100