|
TalMap SDK Libary Reference |
XControlState::SetAntiAliasing |
ÁöµµÀÇ AntiAliasing ¿©ºÎ¸¦ ¼³Á¤ÇÕ´Ï´Ù. |
|
|
|
Parameters
|
Value |
0:ÇØÁ¦, 1:Map, 2:Object, 3:All |
|
|
|
|
Return Value
|
|
Remarks
|
SetAntiAliasing ´Â XControlState ÀÇ Method·Î Á¦°øµË´Ï´Ù.
»ç¿ëÀÚ´Â ÀÌ ¸Þ¼Òµå¸¦ ÀÌ¿ëÇÏ¿© ÁöµµÀÇ AntiAliasing ¿©ºÎ¸¦ ¼³Á¤ÇÒ ¼ö ÀÖ½À´Ï´Ù.
|
|
|
|
Example
|
|
var ctrl = m_Map.GetCtrlMan();
var ctrlstate = ctrl.GetControlState();
ctrlstate.SetAntialiasing(3);
|
|
|
|
|
|
|
See Also
|