Einhugur Framework for C++

Bitmap.GetRowPadding Method

Returns the row padding.

public int GetRowPadding()

Parameters

Returns

int

Remarks

A row padding is the number of extra bytes that are not used per row. Bitmap rows are often padded with extra bytes to get optimized row size.

See Also

Bitmap Class