Ejemplo n.º 1
0
 public void DrawImageUnscaledAndClipped(PixMap srcImage, GeoAPI.Geometries.IExtents2D destRect)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void DrawImageUnscaled(PixMap srcImage, double x, double y, Position position)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void DrawImageUnscaled(PixMap srcImage, GeoAPI.Geometries.IPoint2D referencePoint, Position position)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public void DrawImageUnscaled(PixMap srcImage, GeoAPI.Geometries.IPoint2D point)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public void DrawImage(PixMap srcImage, GeoAPI.Geometries.IExtents2D srcRect, GeoAPI.Geometries.IExtents2D destRect)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public void DrawImage(PixMap srcImage, double x, double y)
 {
     throw new NotImplementedException();
 }