Property BufferLength
BufferLength
Gets the total length, in bytes, of the pixel buffer.
public long BufferLength { get; }Property Value
Remarks
Computed as Math.Abs(Stride) * Height, which includes any row padding.
Gets the total length, in bytes, of the pixel buffer.
public long BufferLength { get; }Computed as Math.Abs(Stride) * Height, which includes any row padding.