Click or drag to resize
Accord.NET (logo)

UnmanagedImageOffset Property

Gets the number of extra bytes after the image width is over. This can be computed as Stride - Width * PixelSize.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int Offset { get; }
Request Example View Source

Property Value

Type: Int32
See Also