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

SmoothingModeEx Enumeration
Specifies if, and how, smoothing is applied to lines, curves and filled area edges.
Syntax
'Declaration
 
Public Enum SmoothingModeEx 
   Inherits System.Enum
 
Members
MemberDescription
AntiAliasSpecifies using antialiasing.
DefaultSpecifies default mode.
HighQualitySpecifies high qulaity rendering which has a lower rendering speed.
HighSpeedSpecifies a higher speed rendering which has a lower rendering quality.
InvalidSpecifies an invalid mode.
NoneSpecifies not to use antialiasing.
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.SmoothingModeEx

See Also