VIDEO.Display

Previous  Next

 

nType = VIDEO.Display( nControl AS INTEGER,

                       nDisplay AS INTEGER  ) AS INTEGER

 

 

 

 

Sets how the video is being displayed.  Can be one of the following constants

 

' Display Types

CONST MT_No_Scale          = 0

CONST MT_Keep_Aspect       = 1

CONST MT_Scale_100         = 100

 

Example:

 

VIDEO.Display( nControl, MT_Keep_Aspect )