Table of Contents

Enum D3D11CompositorSizingPolicy

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

D3D11 compositor sizing policy.

public enum D3D11CompositorSizingPolicy

Fields

None = 0

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

KeepAspectRatio = 1

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