'Declaration Public Overloads Shared Function GetRowWidthInBytes( _
ByVal bitsPerPixelФормат изображения в пикселях.As System.Int32, _
ByVal widthШирина строки в пикселях.As System.Int32 _
) As System.Int32
public static System.Int32 GetRowWidthInBytes(
System.Int32 bitsPerPixel,
System.Int32 width
)
public: static System.Int32 GetRowWidthInBytes(
System.Int32 bitsPerPixel,
System.Int32 width
)
public:
static System.Int32 GetRowWidthInBytes(
System.Int32 bitsPerPixel,
System.Int32 width
)
Parameters
- bitsPerPixel
- Формат изображения в пикселях.
- width
- Ширина строки в пикселях.
Return Value
Длина строки изображения в байтах.