Search Results for

    Show / Hide Table of Contents

    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 Source

    Transform(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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng