CustomBitmapDataConfigBasePixelFormat Property

Gets or sets the pixel format of the custom bitmap data to create. This property must be set to a nondefault value to create a valid custom bitmap data by the CreateBitmapData methods.
Default value: The default value of PixelFormatInfo, which represents the Undefined format.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
C#
public PixelFormatInfo PixelFormat { get; set; }

Property Value

PixelFormatInfo

See Also