'Declaration Public Shared Function GetStride( _
ByVal pixelFormatImage pixel format.As PixelFormat, _
ByVal widthImage width, in pixels.As System.Int32 _
) As System.Int32
public static System.Int32 GetStride(
PixelFormat pixelFormat,
System.Int32 width
)
public: static System.Int32 GetStride(
PixelFormat pixelFormat,
System.Int32 width
)
public:
static System.Int32 GetStride(
PixelFormat pixelFormat,
System.Int32 width
)
Parameters
- pixelFormat
- Image pixel format.
- width
- Image width, in pixels.
Return Value
Image stride for specified image width and pixel format.