|
NXImageLayerGPUGetBoundBoxPosition Method
|
경계영역을 가져온다.
Namespace: Pixoneer.NXDL.NXImageAssembly: NXImage (in NXImage.dll) Version: 3.0.0.4
Syntaxpublic void GetBoundBoxPosition(
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