Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
<ExtensionAttribute> _
Public Shared Function Transform ( _
	this As RectangleD, _
	transformation As ICoordinateTransformation _
) As RectangleD
C#
public static RectangleD Transform(
	this RectangleD this,
	ICoordinateTransformation transformation
)
Visual C++
[ExtensionAttribute]
public:
static RectangleD Transform(
	RectangleD this, 
	ICoordinateTransformation^ transformation
)
JavaScript
EGIS.ShapeFileLib.ProjectionExtensions.transform = function(this, transformation);

See Also