|
NObjectManagerPointSizeUnit Property
|
점 크기 단위(world 좌표계 단위)를 가져오거나 설정한다.
PointSize * PointSizeUnit => wPointSize(world 단위 point size) 계산
NDrawArgs::ConvWorldToPixelLength (ref wPointSize, ref dummy) 로 pixel 단위로 변환한 뒤에 실제 컨트롤에 적용
Namespace: Pixoneer.NXDL.NXAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic double PointSizeUnit { get; set; }
Property Value
Double
See Also