Click or drag to resize
XDL

NXMapViewSetWorld Method

화면 도시 요소인 중심, 해상도, 회전값을 설정한다.

Namespace:  Pixoneer.NXDL.NXMap
Assembly:  NXMap (in NXMap.dll) Version: 1.2.817.72
Syntax
C#
public bool SetWorld(
	XVertex2d vCenter,
	XVertex2d vPixelSize,
	XAngle aRotate
)

Parameters

vCenter
Type: Pixoneer.NXDLXVertex2d
[In] 중심 world 좌표.
vPixelSize
Type: Pixoneer.NXDLXVertex2d
[In] 공간 해상도.
aRotate
Type: Pixoneer.NXDLXAngle
[In] 회전각.

Return Value

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