Click or drag to resize

Projection Class

Base class for projections.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.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