Click or drag to resize
ToolControlFire_ChangeAreaEvent Method
Fire the Change the visible area event.

Namespace: GeoEngine.Core.GXNetX.Windows
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void Fire_ChangeAreaEvent(
	double XMin,
	double YMin,
	double XMax,
	double YMax
)

Parameters

XMin
Type: SystemDouble
Minimum X
YMin
Type: SystemDouble
Minimum Y
XMax
Type: SystemDouble
Maximum X
YMax
Type: SystemDouble
Maximum Y
See Also