 | NXMilmapViewZoom Method |
줌 인수에 따라 확대축소한다.
Namespace:
Pixoneer.NXDL.NXMilmap
Assembly:
NXMilmap (in NXMilmap.dll) Version: 1.2.817.72
Syntaxpublic bool Zoom(
int scaleIndex,
double factor
)
Parameters
- scaleIndex
- Type: SystemInt32
축척 인덱스. - factor
- Type: SystemDouble
줌 인수.
Return Value
Type:
Boolean 작업이 완료되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also