コード例 #1
0
ファイル: PShape.cs プロジェクト: adamxi/SharpDXFramework
 public PShape( PShape shape )
     : base(shape)
 {
     this.points = shape.points;
 }
コード例 #2
0
 public PShape(PShape shape)
     : base(shape)
 {
     this.points = shape.points;
 }