ImageGear for .NET
ImGearPDEPathOpFlags Enumeration
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDEPathOpFlags Enumeration




Glossary Item Box

Specifies flags for paint operators in a PDE path.

Syntax

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

Members

MemberValueDescription
EO_FILL0x00000004 Fills the path, using the even-odd rule to determine the region to fill, as with the f* (eofill) operator.
FILL0x00000002 Fills the path, using the nonzero winding number rule to determine the region to fill, as with the f (fill) operator.
INVISIBLE0x00000000 Path is neither stroked nor filled, so it is invisible.
STROKE0x00000001 Stroke the path, as with the S (stroke) operator.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ImGearPDEPathOpFlags

See Also

©2013. Accusoft Corporation. All Rights Reserved.