SKImageInfo.BitsPerPixel Property

Definition

Gets the number of bits used per pixel.

public int BitsPerPixel { get; }

Property Value

Remarks

This is equivalent to multiplying the BytesPerPixel by 8 (the number of bits in a byte).

Applies to