예제 #1
0
 public void DrawLine(IPen pen, GeoAPI.Geometries.IPoint2D p1, GeoAPI.Geometries.IPoint2D p2)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void DrawImageUnscaled(PixMap srcImage, GeoAPI.Geometries.IPoint2D point)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public void DrawImageUnscaled(PixMap srcImage, GeoAPI.Geometries.IPoint2D referencePoint, Position position)
 {
     throw new NotImplementedException();
 }
예제 #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();
 }