Name

kOfxImageEffectPropProjectSize — The size of the current project in canonical coordinates.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropProjectSize "OfxImageEffectPropProjectSize"

Type

kOfxImageEffectPropProjectSize 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 size of the current project in canonical coordinates.

The size of a project is a sub set of the kOfxImageEffectPropProjectExtent. For example a project may be a PAL SD project, but only be a letter-box within that. The project size is the size of this sub window.

The project size is in canonical coordinates.

See NormalisedCoordinateSystem for more infomation on the project extent.