'Declaration Public Overloads Shared Function GetRowWidthInBytes( _
ByVal bitsPerPixelImage pixel format.As System.Int32, _
ByVal widthRow width, in pixels.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
- Image pixel format.
- width
- Row width, in pixels.
Return Value
Image row length, in bytes.