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