PixelFormat Structure
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public struct PixelFormat : IEquatable<PixelFormat>
Public Structure PixelFormat
Implements IEquatable(Of PixelFormat)
[<SealedAttribute>]
type PixelFormat =
struct
inherit ValueType
interface IEquatable<PixelFormat>
end
| Inheritance | Object → ValueType → PixelFormat |
| Implements | IEquatable(PixelFormat) |
Properties
| Bgra8888 | |
| BitsPerPixel | |
| Rgb32 | |
| Rgb565 | |
| Rgba8888 |
Methods
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | (Overrides ValueType.ToString()) |
Extension Methods
| ToSkColorType() | (Defined by SkiaSharpExtensions) |