Click or drag to resize
XDL

XftDataSourceGetBoundRect Method

this객체에 포함된 XftFeatureLayer들이 차지하는 공간 Boundary 정보를 반환한다.

Namespace:  Pixoneer.NXDL.NFT
Assembly:  NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntax
C#
public void GetBoundRect(
	ref double minx,
	ref double maxx,
	ref double miny,
	ref double maxy
)

Parameters

minx
Type: SystemDouble
[Out] 최소 x 경계값
maxx
Type: SystemDouble
[Out] 최대 x 경계값
miny
Type: SystemDouble
[Out] 최소 y 경계값
maxy
Type: SystemDouble
[Out] 최대 y 경계값

Return Value

Type: 
this 객체에 포함된 XftFeature개체를 반환
See Also