GetDataSize
Function Usage
Obtains the memory data size of the Image object.
Prototype
1 | uint32_t Image::GetDataSize() const; |
Response Parameters
Data Structure |
Description |
|---|---|
uint32_t |
Returns the size of memory data. |
Parent topic: Image
Obtains the memory data size of the Image object.
1 | uint32_t Image::GetDataSize() const; |
Data Structure |
Description |
|---|---|
uint32_t |
Returns the size of memory data. |