Esempio n. 1
0
 static void HandlePrepareCacheCallback(MapLayerID inlayer, float *inTotalMapBoundsLeftTopRightBottom, MapProjectionID projection, void *inrefcon)
 {
     ref readonly RectF bounds = ref Unsafe.AsRef <RectF>((RectF *)inTotalMapBoundsLeftTopRightBottom);
Esempio n. 2
0
 static void HandleWillBeDeletedCallback(MapLayerID inlayer, void *inrefcon) => Utils.TryGetObject <MapLayer>(inrefcon)?.HandleWillBeDeleted();