IProjection
Interface
Interface describing the representation model used to project the globe or celestial sphere on a surface
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public interface IProjection
Derived Classes:
Properties
LatitudeMax
double
TODO: Add documentation.
C#
double LatitudeMax { get; }
LatitudeMin
double
TODO: Add documentation.
C#
double LatitudeMin { get; }
LongitudeMax
double
TODO: Add documentation.
C#
double LongitudeMax { get; }
LongitudeMin
double
TODO: Add documentation.
C#
double LongitudeMin { get; }
Methods
TODO: Add documentation.
TODO: Add documentation.