'Declaration Public Overloads Shared Function GetRowWidthInBytes( _
ByVal bitsPerPixelФормат изображения в пикселях.As Integer, _
ByVal widthШирина строки в пикселях.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
- Формат изображения в пикселях.
- width
- Ширина строки в пикселях.
Return Value
Длина строки изображения в байтах.