FreeImageBitmap.Stride Property

FreeImage.NET

FreeImageBitmapStride Property
Width, in bytes, of this FreeImageBitmap. In case this FreeImageBitmap is top down Stride will be positive, else negative.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public int Stride { get; }

Property Value

Type: Int32
See Also