Options for specifying the position of a movie's display window.
Static Properties
Name | Description |
---|---|
CENTER | Positions the window in the center of the screen. |
CENTER_LEFT | Positions the window on the left side of the screen midway between the top and bottom. |
CENTER_RIGHT | Positions the window on the right side of the screen midway between the top and bottom. |
LOWER_LEFT | Positions the window in the lower left corner of the screen. |
LOWER_MIDDLE | Positions the window at the bottom of the screen midway between the left and right edges. |
LOWER_RIGHT | Positions the window in the lower right corner of the screen. |
UPPER_LEFT | Positions the window in the upper left corner of the screen. |
UPPER_MIDDLE | Positions the window at the top of the screen midway between the left and right edges. |
UPPER_RIGHT | Positions the window in the upper right corner of the screen. |