| 
            
              NanBitmapSetCenterPosition Method
             | 
          
        
        
            NanBitmap 객체의 중심 좌표와 가로, 세로 크기를 이용해서 위치를 설정한다.
            
        
        Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.40 (2.0.3.40)
Syntaxpublic void SetCenterPosition(
	double cx,
	double cy,
	double width = 1,
	double height = 1
)
Parameters
- cx  Double
 -  중심 좌표 x 
 - cy  Double
 -  중심 좌표 y 
 - width  Double  (Optional)
 -  비트맵 가로 크기 
 - height  Double  (Optional)
 -  비트맵 세로 크기 
 
See Also