![]() |
NObject
|
The NObjectManager type exposes the following members.
Name | Description | |
---|---|---|
![]() |
LoadedIndexmapCount | 인덱스맵 주기의 인덱스맵 Type 개수를 가져온다. |
![]() |
LoadedIndexmaps | 인덱스맵 주기의 인덱스맵 타입 정보를 가져온다. |
![]() |
Paragraphs | NanFigureText 에 default 로 쓰여질 텍스트 리스트를 가져온다. 한줄씩 리스트에 추가한다. NanFigureText 가 제목텍스트이거나 비밀텍스트일 경우 사용된다. |
![]() |
PointSizeUnit |
점 크기 단위(world 좌표계 단위)를 가져오거나 설정한다. PointSize * PointSizeUnit => wPointSize(world 단위 point size) 계산 NDrawArgs::ConvWorldToPixelLength (ref wPointSize, ref dummy) 로 pixel 단위로 변환한 뒤에 실제 컨트롤에 적용 |
![]() |
TextSizeUnit |
글씨 크기 단위(world 좌표계 단위)를 가져오거나 설정한다. (NanFigureText::FontCount 또는 NAnnotationConfig::DefaultFontSize) * TextSizeUnit => world 단위 FontSize 계산 world 단위 FontSize / NanFigureText::WPP => 실제 NRichEditCtrl 에 설정되는 FontSize |
![]() |
ThickUnit |
선 두계 단위(world 좌표계 단위)를 가져오거나 설정한다. LineThick * ThickUnit => wthick(world 단위 line thick) 계산 NDrawArgs::ConvWorldToPixelLength (ref wthick, ref dummy) 로 pixel 단위로 변환한 뒤에 실제 컨트롤에 적용 |
![]() |
UseSizeUnit |
글씨 크기, 선 두께, 점 크기를 계산할 때 설정한 TextSizeUnit, ThickUnit, PointSizeUnit을 사용할지 여부를 가져오거나 설정한다. true로 설정하면 TextSizeUnit, ThickUnit, PointSizeUnit를 사용하고 false로 설정하면 Y방향 해상도를 사용한다. |