Enum SetWindowType
- Namespace
- nanoFramework.UI
- Assembly
- nanoFramework.Graphics.dll
The window type to use when setting the window.
public enum SetWindowType
Fields
NoWindowing = 0
No windowing is used.
X16bitsY16Bit = 3
Address to set the window is using 16 bits for X and 16 bits for Y.
X8bitsY1Bit = 1
Address to set the window is using 8 bits for X and 1 bit for Y. Y is addressed using Y / 8.
X8bitsY8Bits = 2
Address to set the window is using 8 bits for X and 8 bits for Y.