PixelFormatInfoBitsPerPixel Property
Gets or sets the bits per pixel value of this
PixelFormatInfo.
Supported range is 1..128 (or 1..16 for
Indexed formats). Typical values are powers of two but any value is supported.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
public byte BitsPerPixel {
get;
set; }
Public Property BitsPerPixel As Byte
Get
Set
public:
property unsigned char BitsPerPixel {
unsigned char get ();
void set (unsigned char value);
}
member BitsPerPixel : byte with
get, set
Property Value
Byte