[]
Gets the stride in bytes from a pixel format and a width..
public static int GetStride(Guid guid, int width)
Type | Name | Description |
---|---|---|
Guid | guid | The pixel format guid. |
int | width | The width. |
Type | Description |
---|---|
int | The number of bytes per row. |