MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / FillModeEx Enumeration

FillModeEx Enumeration
Specifies how the interior of a closed path is filled.
Syntax
'Declaration
 
Public Enum FillModeEx 
   Inherits System.Enum
 
Members
MemberDescription
AlternateSpecifies the alternate fill mode.
WindingSpecifies the winding fill mode.
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Drawing.FillModeEx

See Also