Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > IAnnAutomationControl Interface : AutomationAntiAlias Property |
bool AutomationAntiAlias {get; set;}
'Declaration
Property AutomationAntiAlias As Boolean
bool AutomationAntiAlias {get; set;}
@property (nonatomic) BOOL automationAntiAlias;
boolean getAutomationAntiAlias(); void setAutomationAntiAlias(boolean value);
get_AutomationAntiAlias();
set_AutomationAntiAlias(value);
Object.defineProperty('AutomationAntiAlias');
This value is not called by the automation object. Instead, all LEADTOOLS Annotations demos contains a user interface element that allows the user to turn anti-alias on and off during rendering. This is platform specific and you should refer to the example project for each platform for the implementation details.
The annotation objects are considered to be vector shapes. And anti-aliasing can smooth the rendering of lines and text objects. This effect might not be desirable for some application types and this, each IAnnAutomationControl can support this behavior and expose it to the user through the AutomationAntiAlias property.