コード例 #1
0
ファイル: Geometry.cs プロジェクト: MagmaWorks/Harold
 public double GetArea()
 {
     return(Polygons.GetPolygonArea(Section));
 }