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. |