Click or drag to resize
XDL

XvcBitmapSetIndexMapBound Method

지도 영역을 설정한다.

Namespace:  Pixoneer.NXDL.NVC
Assembly:  NXDLvc (in NXDLvc.dll) Version: 2.0.3.31
Syntax
C#
public void SetIndexMapBound(
	double minx,
	double miny,
	double maxx,
	double maxy
)

Parameters

minx
Type: SystemDouble
[In] 최소 X 좌표.
miny
Type: SystemDouble
[In] 최소 Y 좌표.
maxx
Type: SystemDouble
[In] 최대 X 좌표.
maxy
Type: SystemDouble
[In] 최대 Y 좌표.
See Also