Click or drag to resize

Projection Class

Base class for projections.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.MappingProjection

Namespace: Easymap.AddIn.Mapping
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class Projection : BaseObject

The Projection type exposes the following members.

Properties
 NameDescription
Public propertyProjectionSettings Gets the current projection which will be used.
Top
Methods
 NameDescription
Public methodRetransform(PointF) Retransform a projection-based PointF in a initial-based PointF.
Public methodRetransform(RectangleF) Retransform a projection-based RectangleF in a initial-based RectangleF.
Public methodTransform(PointF) Transforms a specified PointF in a new PointF based on current projection.
Public methodTransform(RectangleF) Transforms a specified RectangleF in a new RectangleF based on current projection.
Top
See Also