|
TalMap SDK Libary Reference |
XUIMan::SetCompassImage |
UI ³»Àå °³Ã¼ÀÎ ÄÞÆÄ½º¿¡ À̹ÌÁö¸¦ ¼³Á¤ÇÕ´Ï´Ù. |
|
|
|
Parameters
|
Path |
Image Path |
Width |
Image Width |
Height |
Image Height |
|
|
|
|
Return Value
|
|
Remarks
|
SetCompassImage ´Â XUIMan ÀÇ Method·Î Á¦°øµË´Ï´Ù.
»ç¿ëÀÚ´Â ÀÌ ¸Þ¼Òµå¸¦ ÀÌ¿ëÇÏ¿© UI ³»Àå °³Ã¼ÀÎ ÄÞÆÄ½ºÀÇ À̹ÌÁö¸¦ ¼³Á¤ÇÒ ¼ö ÀÖ½À´Ï´Ù.
|
|
|
|
Example
|
|
var ctrl = m_Map.GetCtrlMan();
var uiman = ctrl.GetUIMan();
var imageman = ctrl.GetImageMan();
imageman.SetDefaultPath("http://www.talmap.co.kr/tutorial/");
uiman.SetCompassImage("image/btn_menu_72.png",72,72)
|
|
|
|
|
|
|
See Also
|