PixelFormat Struct
Definition
public struct PixelFormat
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No summary available. |
Equals overloads
Equals Method
public bool Equals(Avalonia.Platform.PixelFormat other)
Parameters
other Avalonia.Platform.PixelFormat
Returns
bool
Equals Method
public bool Equals(object obj)
Parameters
obj object
Returns
bool
GetHashCode Method
public int GetHashCode()
Returns
int
ToString Method
public string ToString()
Returns
string
Properties
| Name | Description |
|---|---|
| Bgra8888 | No summary available. |
| BitsPerPixel | No summary available. |
| Rgb32 | No summary available. |
| Rgb565 | No summary available. |
| Rgba8888 | No summary available. |
Bgra8888 Property
public Avalonia.Platform.PixelFormat Bgra8888 { get; set; }
BitsPerPixel Property
public int BitsPerPixel { get; set; }
Rgb32 Property
public Avalonia.Platform.PixelFormat Rgb32 { get; set; }
Rgb565 Property
public Avalonia.Platform.PixelFormat Rgb565 { get; set; }
Rgba8888 Property
public Avalonia.Platform.PixelFormat Rgba8888 { get; set; }