 | NXMapViewZoom Method |
줌 요소를 입력으로 하여 확대축소한다. 1 : no zoom; 음수를 입력하면 축소, 양수를 입력하면 확대된다.
Namespace:
Pixoneer.NXDL.NXMap
Assembly:
NXMap (in NXMap.dll) Version: 1.2.817.72
Syntaxpublic bool Zoom(
double dFactor
)
Parameters
- dFactor
- Type: SystemDouble
[Missing <param name="dFactor"/> documentation for "M:Pixoneer.NXDL.NXMap.NXMapView.Zoom(System.Double)"]
Return Value
Type:
Boolean 설정이 완료되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also