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

Syntax

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

See Also