[]
        
(Showing Draft Content)

C1.Util.DX.WIC.PixelFormat.GetStride

GetStride Method

GetStride(Guid, int)

Gets the stride in bytes from a pixel format and a width..

Declaration
public static int GetStride(Guid guid, int width)
Parameters
Type Name Description
Guid guid

The pixel format guid.

int width

The width.

Returns
Type Description
int

The number of bytes per row.