コード例 #1
0
ファイル: Program.cs プロジェクト: john-par/dotnet-docs
 static void Point3DExample()
 {
     Point a = new Point(10, 20);
     Point b = new Point3D(10, 20, 30);
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: cartermp/core-docs
 static void Point3DExample()
 {
     Point a = new Point(10, 20);
     Point b = new Point3D(10, 20, 30);
 }