LightningChart .NET Help
Describes a pixel format of an image or texture.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
SyntaxPublic Enumeration PixelFormat
public enum class PixelFormat
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No format defined
|
| ARGB | 1 |
Byte order is ARGB
|
| BGRA | 2 |
Byte order is BGRA
|
See Also