ImageGear23.Core Assembly > ImageGear.Processing Namespace : ImGearShearFillStyle Enumeration |
'Declaration Public Enum ImGearShearFillStyle Inherits System.Enum
'Usage Dim instance As ImGearShearFillStyle
public enum ImGearShearFillStyle : System.Enum
__value public enum ImGearShearFillStyle : public System.Enum
public enum class ImGearShearFillStyle : public System.Enum
Member | Value | Description |
---|---|---|
FillColor | 1 | Empty area is filled with the specified color. |
NoChange | 0 | Empty area remains unchanged. |
RepeatEdge | 2 | Empty area is filled with the first or last raster color. |
RepeatRaster | 3 | The raster is repeated periodically across the empty area. |
System.Object
System.ValueType
System.Enum
ImageGear.Processing.ImGearShearFillStyle