ImageGear .NET v25.1 - Updated
ImGearShearFillStyle Enumeration




ImageGear.Core Assembly > ImageGear.Processing Namespace : ImGearShearFillStyle Enumeration
Specifies fill styles for the Shear effect.
Syntax
'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 
Members
MemberValueDescription
FillColor1Empty area is filled with the specified color.
NoChange0Empty area remains unchanged.
RepeatEdge2Empty area is filled with the first or last raster color.
RepeatRaster3The raster is repeated periodically across the empty area.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearShearFillStyle

See Also

Reference

ImageGear.Processing Namespace