enum CCL::IGraphicsPath::TypeHint

Overview

Path type hint. More…

#include <igraphicspath.h>

enum TypeHint
{
    kPaintPath,
    kClipPath,
};

Detailed Documentation

Path type hint.

Enum Values

kPaintPath

optimized for quality

kClipPath

optimized for clipping