 | XvcBaseGetBoundRect Method |
경계 영역의 최소/최대값을 가져온다.
Namespace:
Pixoneer.NXDL.NVC
Assembly:
NXDLvc (in NXDLvc.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
경계 영역의 최소 x 값. - maxx
- Type: SystemDouble
경계 영역의 최대 x 값. - miny
- Type: SystemDouble
경계 영역의 최소 y 값. - maxy
- Type: SystemDouble
경계 영역의 최대 y 값.
See Also