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

Syntax

Visual Basic
Function Transform ( _
	points As Double*, _
	pointCount As Integer, _
	direction As TransformDirection _
) As Integer
C#
int Transform(
	double* points,
	int pointCount,
	TransformDirection direction
)
Visual C++
int Transform(
	double* points, 
	int pointCount, 
	TransformDirection direction
)
JavaScript
JavaScript does not support APIs that consume or return unsafe types.

Parameters

points
Type: System..::..Double*
pointCount
Type: System..::..Int32
direction
Type: EGIS.Projections..::..TransformDirection

See Also