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

    This enumeration specifies Shear effect filling styles. Please see IG_FX_shear function for reference.

    Values:

    IG_IP_SHEAR_FILLCOLOR Empty area is filled with the specified color.
    IG_IP_SHEAR_NOCHANGE Empty area remains unchanged.
    IG_IP_SHEAR_REPEATEDGE Empty area is filled with the first or last raster color.
    IG_IP_SHEAR_REPEATRASTER The raster is repeated periodically across the empty area.