HeifImageAddPlane Method
Adds a plane to the image.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public void AddPlane(
HeifChannel channel,
int width,
int height,
int bitDepth
)
Public Sub AddPlane (
channel As HeifChannel,
width As Integer,
height As Integer,
bitDepth As Integer
)
public:
void AddPlane(
HeifChannel channel,
int width,
int height,
int bitDepth
)
member AddPlane :
channel : HeifChannel *
width : int *
height : int *
bitDepth : int -> unit
Parameters
- channel HeifChannel
- The channel.
- width Int32
- The width.
- height Int32
- The height.
- bitDepth Int32
- The bit depth.