Search
IGraphics.SmoothingMode Property
See Also
 





Gets or sets the rendering quality for this IGraphics object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

SmoothingMode SmoothingMode { get; set; }

Visual Basic  Copy Code

Property SmoothingMode As SmoothingMode

 Property Value

This property specifies a member of the .NET SmoothingMode enumeration.

 See Also