public void DrawImageUnscaledAndClipped(PixMap srcImage, GeoAPI.Geometries.IExtents2D destRect) { throw new NotImplementedException(); }
public void DrawImageUnscaled(PixMap srcImage, double x, double y, Position position) { throw new NotImplementedException(); }
public void DrawImageUnscaled(PixMap srcImage, GeoAPI.Geometries.IPoint2D referencePoint, Position position) { throw new NotImplementedException(); }
public void DrawImageUnscaled(PixMap srcImage, GeoAPI.Geometries.IPoint2D point) { throw new NotImplementedException(); }
public void DrawImage(PixMap srcImage, GeoAPI.Geometries.IExtents2D srcRect, GeoAPI.Geometries.IExtents2D destRect) { throw new NotImplementedException(); }
public void DrawImage(PixMap srcImage, double x, double y) { throw new NotImplementedException(); }