'Declaration Public Overloads Shared Function GetRowWidthInBytes( _
ByVal pixelFormatImage pixel format.As PixelFormat, _
ByVal widthRow width, in pixels.As System.Int32 _
) As System.Int32
public static System.Int32 GetRowWidthInBytes(
PixelFormat pixelFormat,
System.Int32 width
)
public: static System.Int32 GetRowWidthInBytes(
PixelFormat pixelFormat,
System.Int32 width
)
public:
static System.Int32 GetRowWidthInBytes(
PixelFormat pixelFormat,
System.Int32 width
)
Parameters
- pixelFormat
- Image pixel format.
- width
- Row width, in pixels.
Return Value
Image row length, in bytes.