Specifies fill styles for the Shear effect.
Syntax
__value public enum ImGearShearFillStyle : public System.Enum
public enum class ImGearShearFillStyle : public System.Enum
Members
Member | Description |
FillColor | Empty area is filled with the specified color. |
NoChange | Empty area remains unchanged. |
RepeatEdge | Empty area is filled with the first or last raster color. |
RepeatRaster | The raster is repeated periodically across the empty area. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Processing.ImGearShearFillStyle
See Also