MapViewportTransform
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Drawing.Geometries

Summary:
Holds shared viewport transform state for all land geometries. A single instance is shared across all geometries — update once, affects all draws.

Inheritance:
Object =>
MapViewportTransform

Properties

Gets or sets the zoom level.
Type: Single
Gets or sets the pan X offset.
Type: Single
Gets or sets the pan Y offset.
Type: Single
Gets or sets the center X of the control.
Type: Single
Gets or sets the center Y of the control.
Type: Single
Gets whether this transform is non-identity.
Type: Boolean

Methods

// Builds the SKMatrix for the current viewport transform.
// Inverse-transforms a screen point to base (unzoomed) coordinates.
Single screenX, // *summary not found*
Single screenY// *summary not found*
)