Home
last modified time | relevance | path

Searched refs:fPositionPixel (Results 1 – 1 of 1) sorted by relevance

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DMapCore.cs37 private GPoint fPositionPixel; field in GKMap.MapCore
130 fPositionPixel = fProvider.Projection.FromLatLngToPixel(value, Zoom);
163 fPositionPixel = fProvider.Projection.FromLatLngToPixel(Position, Zoom);
224 fPositionPixel = fProvider.Projection.FromLatLngToPixel(Position, value);
566 CompensationOffset = fPositionPixel; in GoToCurrentPosition()
581 CompensationOffset = fPositionPixel; in GoToCurrentPositionOnZoom()
593 … GPoint pt = new GPoint(-(fPositionPixel.X - Width / 2), -(fPositionPixel.Y - Height / 2)); in GoToCurrentPositionOnZoom()