 | XDMBandGetBoundRect Method |
영상 경계역역에 대한 세계 좌표를 얻는다.
Namespace:
Pixoneer.NXDL.NRS
Assembly:
NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntaxpublic void GetBoundRect(
ref double minx,
ref double maxx,
ref double miny,
ref double maxy
)
Parameters
- minx
- Type: SystemDouble
[Out] 영상 세계 좌표 중 최소 x좌표. - maxx
- Type: SystemDouble
[Out] 영상 세계 좌표 중 최대 x좌표. - miny
- Type: SystemDouble
[Out] 영상 세계 좌표 중 최소 y좌표. - maxy
- Type: SystemDouble
[Out] 영상 세계 좌표 중 최대 y좌표.
See Also