Home
last modified time | relevance | path

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

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DMapCore.cs54 public GPoint CenterTileXYLocation; field in GKMap.MapCore
435 CenterTileXYLocation = fProvider.Projection.FromPixelToTileXY(centerPixel); in UpdateCenterTileXYLocation()
611 if (CenterTileXYLocation != CenterTileXYLocationLast) { in DragOffset()
612 CenterTileXYLocationLast = CenterTileXYLocation; in DragOffset()
638 if (CenterTileXYLocation != CenterTileXYLocationLast) { in Drag()
639 CenterTileXYLocationLast = CenterTileXYLocation; in Drag()
849 GPoint p = CenterTileXYLocation; in UpdateBounds()
856 …(CenterTileXYLocation.X - p.X) * (CenterTileXYLocation.X - p.X) + (CenterTileXYLocation.Y - p.Y) *… in UpdateBounds()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.WinForms/
H A DGMapControl.cs1021 (tilePoint.PosXY == fCore.CenterTileXYLocation ? "CENTER: " : "TILE: ") + tilePoint, in IMapControl.ShowTileGridLines()