コード例 #1
0
ファイル: Convex.cs プロジェクト: besedinalex/convex
 public void Add(Geometry.Point point)
 {
     figure = figure.Add(point);
 }