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