Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdImage::getSize Method
Syntax
C++
void getSize(OdInt32& width, OdInt32& height) const;

Returns the current image size (width and height in pixels). The method fills the passed integer values representing width and height of the image and returns them to the calling subroutine. 

 

Parameters
Description
width
[out] A placeholder for the width value.
height
[out] A placeholder for the height value.
Copyright © 2002-2022. Open Design Alliance All rights reserved.