Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

FullScreenMovieScalingMode

Description

Describes scaling modes for displaying movies.

Variables

NoneDo not scale the movie.
AspectFitScale the movie until one dimension fits on the screen exactly.
AspectFillScale the movie until the movie fills the entire screen.
FillScale the movie until both dimensions fit the screen exactly.