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

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public int Pitch { get; }
Visual Basic (Declaration)
Public ReadOnly Property Pitch As Integer
Visual C++
public:
property int Pitch {
	int get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also