CylinderMappingMode
Description
Determines which pixels of the mapped cylinder have to be within the given rectangle.
Values of this enumeration:
- WithinRectangle - Only pixels from within the rectangle will be used.
- CenterColumnOnly - Only the center column of the cylinder has to be within the rectangle.
namespace CylinderMappingMode
{
enum Type
{
WithinRectangle,
CenterColumnOnly
};
}
