Click or drag to resize
XDL

NanBitmapGetIndexMapBound Method

인덱스맵의 전체 지리 영역을 가져온다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public void GetIndexMapBound(
	ref double minx,
	ref double miny,
	ref double maxx,
	ref double maxy
)

Parameters

minx  Double
영역 최소 X 위치
miny  Double
영역 최소 Y 위치
maxx  Double
영역 최대 X 위치
maxy  Double
영역 최대 Y 위치
See Also