ImageGear for .NET
ImGearVectFillPattern Enumeration
See Also  Send Feedback
ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectFillPattern Enumeration




Glossary Item Box

Specifies constants describing different fill patterns.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.