HeifImageHandleHasAlphaChannel Property |
Gets a value indicating whether this instance has an alpha channel.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic bool HasAlphaChannel { get; }Public ReadOnly Property HasAlphaChannel As Boolean
Get
public:
property bool HasAlphaChannel {
bool get ();
}member HasAlphaChannel : bool with get
Property Value
Boolean if this instance has an alpha channel; otherwise,
.
Exceptions
See Also