Click or drag to resize
XDL

XDMBandGetUpperLeft Method

좌상단 지리좌표를 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void GetUpperLeft(
	ref double ulx,
	ref double uly
)

Parameters

ulx  Double
[Out] 좌상단 x 축 지리 좌표.
uly  Double
[Out] 좌상단 y 축 지리 좌표.
See Also