Click or drag to resize
XDL

NAnnoationConfigPointSizeUnit Property

점 크기 단위(world 좌표계 단위)를 가져오거나 설정한다.
PointSize * PointSizeUnit => wPointSize(world 단위 point size) 계산
NDrawArgs::ConvWorldToPixelLength (ref wPointSize, ref dummy) 로 pixel 단위로 변환한 뒤에 실제 컨트롤에 적용

Namespace: Pixoneer.NXDL.NXAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
[XmlElementAttribute("PointSizeUnit")]
public double PointSizeUnit { get; set; }

Property Value

Double
See Also