| 
            
              NanBitmapGetIndexMapBound Method
             | 
          
        
        
            인덱스맵의 전체 지리 영역을 가져온다.
            
        
        Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.40 (2.0.3.40)
Syntaxpublic void GetIndexMapBound(
	ref double minx,
	ref double miny,
	ref double maxx,
	ref double maxy
)
Parameters
- minx  Double
 -  영역 최소 X 위치 
 - miny  Double
 -  영역 최소 Y 위치 
 - maxx  Double
 -  영역 최대 X 위치 
 - maxy  Double
 -  영역 최대 Y 위치 
 
See Also