Namespace: Rx – Class: IImage – Header: Rx.Core/IImage.h

IImage::GetSize Method

C++
virtual void GetSize(int& iWidth, int& iHeight)

Gets the size of this image.

Parameters

[int&] iWidth

[out] The width.

[int&] iHeight

[out] The height.