VIDEO.Zoom

Previous  Next

 

status = VIDEO.Zoom( nControl AS INTEGER,

                     type     AS INTEGER     ) AS INTEGER

 


 

Zooms the Video

 

The following constants have been defined in MyBASIC2_MaxTRAQX.BAS

 

' Video Zoom Type

CONST MT_Scaled         = 0

CONST MT_Keep_Aspect    = 1

CONST MT_Original_Size  = 2

 

Example:

 

VIDEO.Zoom( nControl, MT_Keep_Aspect )