Esempio n. 1
0
 public void DrawLine(IPen pen, GeoAPI.Geometries.IPoint2D p1, GeoAPI.Geometries.IPoint2D p2)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void DrawImageUnscaled(PixMap srcImage, GeoAPI.Geometries.IPoint2D point)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public void DrawImageUnscaled(PixMap srcImage, GeoAPI.Geometries.IPoint2D referencePoint, Position position)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public void DrawBezier(IPen pen, GeoAPI.Geometries.IPoint2D pt1, GeoAPI.Geometries.IPoint2D pt2, GeoAPI.Geometries.IPoint2D pt3, GeoAPI.Geometries.IPoint2D pt4)
 {
     throw new NotImplementedException();
 }