PixelFormatInfoHasAlpha Property
Gets or sets whether the represented pixel format has an alpha channel (transparency).
For
Indexed formats this property can be
because alpha support is determined by the current palette.
Setting this property to
resets also the
HasPremultipliedAlpha and
HasSingleBitAlpha properties.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
public bool HasAlpha {
get;
set; }
Public Property HasAlpha As Boolean
Get
Set
public:
property bool HasAlpha {
bool get ();
void set (bool value);
}
member HasAlpha : bool with
get, set
Property Value
Boolean