This property sets whether or not antialias smoothing is applied to the edges of objects. (Not applicable to the PasteImage object).

[Visual Basic] Public Property AntiAlias As Boolean
[C#] public bool AntiAlias {get; set;}

Property Value

True: AntiAlias is applied to all objects (except the PasteImage object)

False: AntiAlias is NOT applied.

Default value is False

Explanation

The AntiAlias propertysets whether or not antialias smoothing is applied to the edges of objects. (Not applicable to the PasteImage object).

Set this property to True to smooth the edges of angled rectangles, rounded rectangles, text / stamp objects with fills and borders, and diagonal parts of pens, polygons, multiple lines, and ellipse objects. WHen True, those jagged edges will be displayed more smoothly. However, smoothed edges may appear to be slightly blurred, so please set it according to the situation.

To smooth PasteImage objects, please use the RefinePasteImage property.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation