TLogoLayout

Prev

Next

 




Type of the LogoLayout property.


Unit
VidGrab

Declaration
TLogoLayout=(lg_Centered, lg_Stretched, lg_Repeated, lg_TopLeft, lg_TopRight, lg_BottomLeft, lg_BottomRight);


enum TLogoLayout lg_Centered, lg_Stretched, lg_Repeated, lg_TopLeft, lg_TopRight, lg_BottomLeft, lg_BottomRight ;

Description

Value Meaning
lg_Centered the logo is centered "as is" in the middle of the video window
lg_Stretched the logo is stretched to fit the video window
lg_Repeated the logo is repeated over the video window, until filled out
lg_TopLeft the logo is aligned on the top left of the control
lg_TopRight the logo is aligned on the top right of the control
lg_BottomLeft the logo is aligned on the bottom left of the control
lg_BottomRight the logo is aligned on the bottom right of the control
lg_Boxed the logo is boxed to preserve its aspect ratio. Depending of its aspect ratio, borders are added on the top and bottom, or on the left and right (the border color is BackgroundColor)