MapProjector
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Geo

Summary:
The map projector class.

Inheritance:
Object =>
MapProjector
Derived:

Properties

Gets the map width.
Type: Single
Gets the map height.
Type: Single
Gets the x offset width.
Type: Single
Gets the y offset.
Type: Single

Methods

// Projects the given point.
Double[] point// The point.
)