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.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
public PixelFormatInfo PixelFormat { get; set; }
Public Property PixelFormat As PixelFormatInfo
Get
Set
public:
property PixelFormatInfo PixelFormat {
PixelFormatInfo get ();
void set (PixelFormatInfo value);
}
member PixelFormat : PixelFormatInfo with get, set
Property Value
PixelFormatInfo