Gets or sets the rendering quality for this IGraphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
SmoothingMode SmoothingMode { get; set; } |
Visual Basic
Copy Code
|
|---|
Property SmoothingMode As SmoothingMode |
This property specifies a member of the .NET SmoothingMode enumeration.
See Also