ImageGear .NET
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
MemberValueDescription
GRADIENT0x00000010Gradient filling.
HATCH_BDIAGONAL0x00000001Right-to-left diagonal filling.
HATCH_CROSS0x00000002Cross filling.
HATCH_DIAGCROSS0x00000003Diagonal cross filling.
HATCH_FDIAGONAL0x00000004Left-to-right diagonal filling.
HATCH_HORIZONTAL0x00000006Horizontal line filling.
HATCH_MASK0x0000000FMask that allows detection and selection the hatch fill type.
HATCH_VECTOR0x00000800Vector hatch pattern.
HATCH_VERTICAL0x00000007Vertical line filling.
SHADOW_MASK0x000007F0Mask 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.
SOLID0x00000000Solid filling.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Vector Namespace

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback