Enum PixelGeometry
- Namespace
- PaintDotNet.DirectWrite
- Assembly
- PaintDotNet.Windows.dll
Represents the internal structure of a device pixel (that is, the physical arrangement of red, green, and blue color components) that is assumed for purposes of rendering text.
public enum PixelGeometry
Fields
Flat = 0The red, green, and blue color components of each pixel are assumed to occupy the same point.
Rgb = 1Each pixel is composed of three vertical stripes, with red on the left, green in the center, and blue on the right. This is the most common pixel geometry for LCD monitors.
Bgr = 2Each pixel is composed of three vertical stripes, with blue on the left, green in the center, and red on the right.