Click or drag to resize
CPJProjectBoundingRectangle Method
Project a bounding rectangle.

Available since Oasis montaj version: 5.1.4
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
A rectangular area from (dMinX, dMinY) to (dMaxX, dMaxY) is projected throught the PJ. The resulting region area is then digitized along its edges and a new bounding rectangle is computed. If there is a lot of curve through the projection the resulting bounding region may be slightly smaller than the true region.
Syntax
public void ProjectBoundingRectangle(
	ref double d1,
	ref double d2,
	ref double d3,
	ref double d4
)

Parameters

d1
Type: SystemDouble
Bounding Region Min X
d2
Type: SystemDouble
Bounding Region Min Y
d3
Type: SystemDouble
Bounding Region Max X
d4
Type: SystemDouble
Bounding Region Max Y
See Also