Name

kOfxImageEffectPropProjectExtent — The extent of the current project in canonical coordinates.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropProjectExtent "OfxImageEffectPropProjectExtent"

Type

kOfxImageEffectPropProjectExtent is of type double, and has 2 dimensions.

Property Set

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

Description

The extent of the current project in canonical coordinates.

The extent is the size of the 'output' for the current project. See NormalisedCoordinateSystem for more infomation on the project extent.

The extent is in canonical coordinates and only returns the top right position, as the extent is always rooted at 0,0.

For example a PAL SD project would have an extent of 768, 576.