Click or drag to resize
XDL

NanMeasureDistSetTextSizeUnit Method

텍스트 크기 단위(world 좌표 단위)를 설정한다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public virtual void SetTextSizeUnit(
	bool useSizeUnit,
	double defaultTextSizeUnit,
	double wpy
)

Parameters

useSizeUnit  Boolean
image space(world 좌표) 사용 여부
defaultTextSizeUnit  Double
설정할 글씨 크기 단위(World 좌표값 단위)
wpy  Double
현재 화면의 y해상도
See Also