WebPlanner Programmer's Guide

IGraphics.SmoothingMode Property

See Also
 


Gets or sets the rendering quality for this IGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract SmoothingMode SmoothingMode { get; set; }

Visual Basic  Copy Code

Public MustOverride Property SmoothingMode As SmoothingMode

 Property Value

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

 See Also