| 
            
              NanMeasureAreaSetTextSizeUnit Method
             | 
          
        
        
            텍스트 크기 단위(world 좌표 단위)를 설정한다.
            
        
        Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.40 (2.0.3.40)
Syntaxpublic virtual void SetTextSizeUnit(
	bool useSizeUnit,
	double defaultTextSizeUnit,
	double wpy
)
Parameters
- useSizeUnit  Boolean
 - image space(world 좌표) 사용 여부
 - defaultTextSizeUnit  Double
 - 설정할 글씨 크기 단위(World 좌표값 단위)
 - wpy  Double
 - 현재 화면의 y해상도
 
See Also