Click or drag to resize
XDL

XDMBandGetBoundRect Method

영상 경계역역에 대한 세계 좌표를 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void GetBoundRect(
	ref double minx,
	ref double maxx,
	ref double miny,
	ref double maxy
)

Parameters

minx  Double
[Out] 영상 세계 좌표 중 최소 x좌표.
maxx  Double
[Out] 영상 세계 좌표 중 최대 x좌표.
miny  Double
[Out] 영상 세계 좌표 중 최소 y좌표.
maxy  Double
[Out] 영상 세계 좌표 중 최대 y좌표.
See Also