|
NXImageLayerGridSetAutoPropertyVertical Method
|
자동 할당되는 세로축 지도 격자 속성을 설정한다.
Namespace: Pixoneer.NXDL.NXImageAssembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntaxpublic void SetAutoPropertyVertical(
Color colorAxis,
double thickAxis,
bool showLabel,
eGeoGridLabelType eLabelCoord,
Font fontLabel,
Color colorLabel,
bool fontOutLine,
Color colorOutLine
)
Parameters
- colorAxis Color
- 격자 선 색
- thickAxis Double
- 격자 선 두께
- showLabel Boolean
- 격자 라벨 도시 여부
- eLabelCoord eGeoGridLabelType
- 격자 라벨 좌표계(Degree 또는 DMS)
- fontLabel Font
- 격자 라벨 글꼴
- colorLabel Color
- 격자 라벨 색상
- fontOutLine Boolean
- 글꼴 윤곽선(Outline) 도시 여부
- colorOutLine Color
- 글꼴 윤곽선 도시 색상
See Also