Home -> IFrameBufferOutput -> SetFrameBufferCaptureRegion

Description

The SetFrameBufferCaptureRegion method specifies the region of the bound framebuffer image to capture.

Usage

void SetFrameBufferCaptureRegion(const V2UInt32& imageOffsetInPixels = V2UInt32(0, 0), const V2UInt32& imageRegionInPixels = V2UInt32(0, 0));

Argument list

imageOffsetInPixels [const V2UInt32]
The top-left pixel offset of the framebuffer region to capture.
imageRegionInPixels [const V2UInt32]
The pixel dimensions of the framebuffer region to capture. A zero value captures the remaining image from the offset.

See also