Name

kOfxImagePropRegionOfDefinition — The full region of definition of an image.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImagePropRegionOfDefinition "OfxImagePropRegionOfDefinition"

Type

kOfxImagePropRegionOfDefinition is of type integer , and has 4 dimensions.

Property Set

This is a property that belongs to the an image instance (read only).

Description

The full region of definition of an image.

An image's region of definition, in PixelCoordinates , is the full frame area of the image plane that the image covers.

The order of the values is x1, y1, x2, y2.

X values are x1 <= X < x2 Y values are y1 <= Y < y2

The kOfxImagePropBounds property contains the actuall addressable pixels in an image, which may be less than its full region of definition.