ViewAreaMode Enumeration
Specifies how a view adjusts its view area to fit the aspect ratio of the drawable.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum ViewAreaMode
Values
Value name | Value | Description |
---|---|---|
AdjustToDrawable | 0 | The view area will be adjusted so that it has the same aspect ratio (width / height) as the drawable. |
Exact | 1 | The coordinate system of the drawable will be stretched so that the exact view area can be fit into the drawable. This is typically used for vertical profile views. |
Platforms
Windows, Linux, Android