Interface ISimpleTransform
A simple coordinate transformation interface
Inherited Members
System.IDisposable.Dispose()
Namespace: OSGeo.MapGuide.MaestroAPI.CoordinateSystem
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public interface ISimpleTransform : IDisposable
Methods
| Improve this Doc View SourceTransform(Double, Double, out Double, out Double)
Transforms the specified point
Declaration
bool Transform(double x, double y, out double tx, out double ty)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | The X coordinate |
System.Double | y | The Y coordinate |
System.Double | tx | The transformed X coordinate |
System.Double | ty | The transformed Y coordinate |
Returns
Type | Description |
---|---|
System.Boolean |