VisioForge (c) 2025

Search Results for

    Enum D3D11CompositorSizingPolicy

    D3D11 compositor sizing policy.

    Namespace: VisioForge.Core.Types.X.VideoEffects
    Assembly: VisioForge.Core.dll
    Syntax
    public enum D3D11CompositorSizingPolicy

    Fields

    Name Description
    KeepAspectRatio

    Image is scaled to fit destination rectangle with preserved aspect ratio. Resulting image will be centered in the destination rectangle with padding if necessary.

    None

    Image is scaled to fill configured destination rectangle without padding or keeping the aspect ratio.