Table of Contents

Enum OverlayManagerImageStretchMode

Namespace
VisioForge.Core.Types.X.VideoEffects
Assembly
VisioForge.Core.dll

Defines the stretch modes for overlay manager images.

public enum OverlayManagerImageStretchMode

Fields

None = 0

No stretching is applied. The image is displayed at its original size.

Stretch = 1

The image is stretched to fill the entire target area, which may distort the aspect ratio.

Letterbox = 2

The image is scaled to fit within the target area while maintaining its aspect ratio. This may result in letterboxing (black bars) on the sides or top/bottom.

CropToFill = 3

The image is scaled to fill the entire target area while maintaining its aspect ratio. This may result in parts of the image being cropped.