|
| TalMap SDK Libary Reference |
| XControlState::SetZoomScale |
| ÁöµµÀÇ Zoom Scale °ªÀ» ¼³Á¤ÇÕ´Ï´Ù. |
|
|
|
|
Parameters
| |
| Value |
| ¼³Á¤ÇÒ, ÁöµµÀÇ Zoom Scale °ª. |
|
|
|
|
Return Value
|
|
Remarks
| |
SetZoomScale ´Â XControlState ÀÇ Method·Î Á¦°øµË´Ï´Ù.
»ç¿ëÀÚ´Â ÀÌ ¸Þ¼Òµå¸¦ ÀÌ¿ëÇÏ¿© ÁöµµÀÇ Zoom Scale °ªÀ» ¼³Á¤ÇÒ ¼ö ÀÖ½À´Ï´Ù.
|
|
|
|
Example
| |
|
|
var ctrl = m_Map.GetCtrlMan();
var ctrlstate = ctrl.GetControlState();
ctrlstate.SetZoomScale(0.7);
|
|
|
|
#include "CXCtrlMan.h"
#include "CXControlState.h"
CXCtrlMan ctrlman = m_Map.GetCtrlMan();
CXControlState ctrlstate = ctrlman.GetControlState();
ctrlstate.SetZoom(10);
|
|
|
|
See Also
|