コード例 #1
0
ファイル: Graphics.cs プロジェクト: MichealWen/sharpmapv2
 public void FillRectangle(IPen pen, GeoAPI.Geometries.IExtents2D rect)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Graphics.cs プロジェクト: MichealWen/sharpmapv2
 public void DrawImage(PixMap srcImage, GeoAPI.Geometries.IExtents2D srcRect, GeoAPI.Geometries.IExtents2D destRect)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: Graphics.cs プロジェクト: MichealWen/sharpmapv2
 public void DrawImageUnscaledAndClipped(PixMap srcImage, GeoAPI.Geometries.IExtents2D destRect)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: Graphics.cs プロジェクト: MichealWen/sharpmapv2
 public void DrawArc(IPen pen, GeoAPI.Geometries.IExtents2D rect, double startAngle, double sweepAngle)
 {
     throw new NotImplementedException();
 }