ImageGear .NET - Updated
ImGearVectFillPattern Enumeration




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectFillPattern Enumeration
Specifies constants describing different fill patterns.
Syntax
'Declaration
 
Public Enum ImGearVectFillPattern 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearVectFillPattern
public enum ImGearVectFillPattern : System.Enum 
__value public enum ImGearVectFillPattern : public System.Enum 
public enum class ImGearVectFillPattern : public System.Enum 
Members
MemberDescription
GRADIENTGradient filling.
HATCH_BDIAGONALRight-to-left diagonal filling.
HATCH_CROSSCross filling.
HATCH_DIAGCROSSDiagonal cross filling.
HATCH_FDIAGONALLeft-to-right diagonal filling.
HATCH_HORIZONTALHorizontal line filling.
HATCH_MASKMask that allows detection and selection the hatch fill type.
HATCH_VECTORVector hatch pattern.
HATCH_VERTICALVertical line filling.
SHADOW_MASKMask that allows setting the shadow fill pattern. Shadow pattern is created by right-shifting the shadow level (1-100) on 4 bits and adding to the shadow mask.
SOLIDSolid filling.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Vector.ImGearVectFillPattern

See Also

Reference

ImageGear.Vector Namespace