Click or drag to resize

CanvasSmoothingLevel Property

Gets or sets the amount of antialiasing applied to the entity being drawn onto this canvas.

Namespace:  Atalasoft.Imaging.Drawing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double SmoothingLevel { get; set; }

Property Value

Type: Double
The amount of antialiasing applied to the entity being drawn onto this canvas.
Remarks

Smoothing only works on continuous tone images (grayscale, RGB, or RGBA generally) and will be ignored with colormapped images. By default, all canvas objects start with a smoothing level of 0. The greater the smoothing level the more washed out the entity being drawn will appear. There is no upper limit to the smoothing level but it must be greater than or equal to zero.

See Also