ImageGear22.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectFillPattern Enumeration |
'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
Member | Value | Description |
---|---|---|
GRADIENT | 0x00000010 | Gradient filling. |
HATCH_BDIAGONAL | 0x00000001 | Right-to-left diagonal filling. |
HATCH_CROSS | 0x00000002 | Cross filling. |
HATCH_DIAGCROSS | 0x00000003 | Diagonal cross filling. |
HATCH_FDIAGONAL | 0x00000004 | Left-to-right diagonal filling. |
HATCH_HORIZONTAL | 0x00000006 | Horizontal line filling. |
HATCH_MASK | 0x0000000F | Mask that allows detection and selection the hatch fill type. |
HATCH_VECTOR | 0x00000800 | Vector hatch pattern. |
HATCH_VERTICAL | 0x00000007 | Vertical line filling. |
SHADOW_MASK | 0x000007F0 | Mask 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. |
SOLID | 0x00000000 | Solid filling. |
System.Object
System.ValueType
System.Enum
ImageGear.Vector.ImGearVectFillPattern