|   | XDMCompositeGetBoundRect Method | 
        
         공간 상의 경계 영역을 얻는다. 
        
        Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.40
 Syntax
Syntaxpublic 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
See Also