Show / Hide Table of Contents

Enum ScalingViewportStretchMode

Defines how the viewport is stretched if it does not match the size of the control perfectly.

Namespace: Content.Client.Viewport
Assembly: Content.Client.dll
Syntax
public enum ScalingViewportStretchMode : int

Fields

Name Description
Bilinear

Bilinear sampling is used.

Nearest

Nearest neighbor sampling is used.

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾