FreeImageBitmap.Pitch Property

FreeImage.NET

FreeImageBitmapPitch Property
Returns the width of the bitmap in bytes, rounded to the next 32-bit boundary.

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

Property Value

Type: Int32
See Also