Back   Forward Collapse All Home > HowTos > : Set/Reset Anti-Aliasing in TalMapX Control.  
TalMap SDK Libary Reference
HOWTO: Set/Reset Anti-Aliasing in TalMapX Control.
  Summary
  This document describes how to set or reset the Anti-Aliasing, a powerful function provided in TalMapX Control.
With this document, users can make fancier maps easily by applying Anti-Aliasing function.
  Steps
  1. Get Control Manager from TalMapX Control.
2. Get ControlState from the Contorl Manager.
3. Can be enabled or disabled using SetAntiAliasing() method of ControlState.
  Example
 
 JavaScript Copy Code
 VC++ Copy Code
  See Also
  Map Preview
 
top