Namespace:
EGIS.Projections
Assembly: EGIS.Projections (in EGIS.Projections.dll)
Assembly: EGIS.Projections (in EGIS.Projections.dll)
Syntax
Visual Basic |
---|
Function Transform ( _ points As Double(), _ startIndex As Integer, _ pointCount As Integer, _ direction As TransformDirection _ ) As Integer |
C# |
---|
int Transform( double[] points, int startIndex, int pointCount, TransformDirection direction ) |
Visual C++ |
---|
int Transform( array<double>^ points, int startIndex, int pointCount, TransformDirection direction ) |
JavaScript |
---|
function transform(points, startIndex, pointCount, direction); |
Parameters
- points
- Type: array<System..::..Double>[]()[][]
- startIndex
- Type: System..::..Int32
- pointCount
- Type: System..::..Int32
- direction
- Type: EGIS.Projections..::..TransformDirection