ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Vector Component API Reference / Vector Component Enumerations Reference / enumIGVectFillPattern
In This Topic
    enumIGVectFillPattern
    In This Topic

    Defines fill patterns.

    Values:

    IG_VECT_FP_SOLID Solid fill pattern.
    IG_VECT_FP_HATCH_BDIAGONAL Pattern is a diagonal hatch with a positive slope.
    IG_VECT_FP_HATCH_CROSS Pattern is a horizontal/vertical crosshatch.
    IG_VECT_FP_HATCH_DIAGCROSS Pattern is a diagonal crosshatch.
    IG_VECT_FP_HATCH_FDIAGONAL Pattern is a diagonal hatch with a negative slope.
    IG_VECT_FP_HATCH_HORIZONTAL Pattern is a horizontal hatch.
    IG_VECT_FP_HATCH_VERTICAL Pattern is a vertical hatch.
    IG_VECT_FP_HATCH_MASK Bit mask for hatch pattern constants.
    IG_VECT_FP_GRADIENT Gradient fill pattern.
    IG_VECT_FP_BLOCK This value has been deprecated and will be removed from the public API in a future release.
    IG_VECT_FP_SHADOW_MASK Bit mask for shadow patterns.
    IG_VECT_FP_HATCH_VECTOR Vector hatch.

    Remarks:

    Please see Working with Vector Images for more information.