Einhugur Framework for C++

Bitmap.GetBytesPerRow Method

Returns the number of bytes per row in the image.

public virtual int GetBytesPerRow()

Parameters

Returns

int

Remarks

Note that the number of bytes per row can in some cases be larger than Bytes per pixel * width.

See Also

Bitmap Class