Click or drag to resize
XDL

NXMilmapViewZoom Method

줌 인수에 따라 확대축소한다.

Namespace: Pixoneer.NXDL.NXMilmap
Assembly: NXMilmap (in NXMilmap.dll) Version: 2.0.3.38
Syntax
C#
public bool Zoom(
	int scaleIndex,
	double factor
)

Parameters

scaleIndex  Int32
축척 인덱스.
factor  Double
줌 인수.

Return Value

Boolean
작업이 완료되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also