Namespace: Rx – Class: CRxImageFormat – Header: Rx.Core.Ex/RxImageFormat.h

CRxImageFormat::CRxImageFormat Constructor

C++
CRxImageFormat(int iWidthPX, int iHeightPX)

Constructs the image format with the given width and height.

Parameters

[int] iWidthPX

The width in pixels.

[int] iHeightPX

The height in pixels.