Esempio n. 1
0
 public ImagePart(GeolocationData data, int from, int to, byte[] buffer, int depth, State currentState)
 {
     _data         = data;
     _from         = from;
     _to           = to;
     _depth        = depth;
     _buffer       = buffer;
     _currentState = currentState;
 }
Esempio n. 2
0
 public Geolocation(string path)
 {
     _data = new GeolocationData(path);
 }