'Declaration Public Shared Function GetImageDataSize( _
ByVal pixelFormatThe pixel format.As PixelFormat, _
ByVal widthThe width, in pixels.As System.Int32, _
ByVal heightThe height, in pixels.As System.Int32 _
) As Long
public static long GetImageDataSize(
PixelFormat pixelFormat,
System.Int32 width,
System.Int32 height
)
public: static long GetImageDataSize(
PixelFormat pixelFormat,
System.Int32 width,
System.Int32 height
)
public:
static long GetImageDataSize(
PixelFormat pixelFormat,
System.Int32 width,
System.Int32 height
)
Parameters
- pixelFormat
- The pixel format.
- width
- The width, in pixels.
- height
- The height, in pixels.
Return Value
The size of the image data, in bytes.