Click or drag to resize
XDL

NXMilmapViewZoomFitRect Method

화면 영역을 명시하고 영역에 맞게 화면을 확대축소한다.

Namespace:  Pixoneer.NXDL.NXMilmap
Assembly:  NXMilmap (in NXMilmap.dll) Version: 1.2.817.72
Syntax
C#
public bool ZoomFitRect(
	int scaleIndex,
	double llx,
	double lly,
	double urx,
	double ury,
	bool bAuto
)

Parameters

scaleIndex
Type: SystemInt32
축척 인덱스.
llx
Type: SystemDouble
[In] 좌하단 x 좌표.
lly
Type: SystemDouble
[In] 좌하단 y 좌표.
urx
Type: SystemDouble
[In] 우상단 x 좌표.
ury
Type: SystemDouble
[In] 우상단 y 좌표.
bAuto
Type: SystemBoolean
true이면 축척 인덱스를 무시하고, 입력 영역에 맞는 축척을 계산해서 사용한다.

Return Value

Type: Boolean
확대축소하면 true를 반환하고, 그렇지 않으면 false를 반환하다.
See Also