C++
Acad::ErrorStatus createThumbnailBitmap( BITMAPINFO*& pBmpInfo, int width, int height ) const;
Description
Create a thumbnail image of the point cloud that is a specified width and height.
Parameters
Parameters | Description |
---|---|
pBmpInfo | A pointer to the bitmap upon successful return. The caller is responsible for freeing this data structure using GlobalFree(). |
width | The width value of the preview bitmap. |
height | The height value of the preview bitmap. |