HeifPlaneDataChannel Property |
Gets the image channel.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic HeifChannel Channel { get; }Public ReadOnly Property Channel As HeifChannel
Get
public:
property HeifChannel Channel {
HeifChannel get ();
}member Channel : HeifChannel with get
Property Value
HeifChannel
The image channel.
See Also