Click or drag to resize
XDL

NXMapViewGetWorldToCenter Method

화면 중심에 대한 world 좌표를 가져온다.

Namespace:  Pixoneer.NXDL.NXMap
Assembly:  NXMap (in NXMap.dll) Version: 1.2.817.72
Syntax
C#
public bool GetWorldToCenter(
	ref double wcx,
	ref double wcy
)

Parameters

wcx
Type: SystemDouble
[In] 중심 World 좌표 x.
wcy
Type: SystemDouble
[In] 중심 World 좌표 y.

Return Value

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