Logo displayed in the video window

Prev

Next

 






































































































Logo displayed in the inactive video window.

Description


It is possible to fill out the inactive video window with a logo or a static image.

First of all, setup a logo by using one of the following functions:

SetLogoFromBMPFile (FileName: string)
SetLogoFromJPEGFile (FileName: string)
SetLogoFromHBitmap (Bitmap: HBITMAP)
SetLogoFromTBitmap (Bitmap: TBitmap)
SetLogoFromTImage (Image: TImage)

Then set a layout (centered, stretched, boxed, repeated, etc...) with LogoLayout

Now the logo can be shown or hidden by enabling or disabling LogoDisplayed



See Also
LogoDisplayed LogoLayout SetLogoFromBMPFile SetLogoFromHBitmap SetLogoFromJPEGFile SetLogoFromTBitmap