コード例 #1
0
 // コンストラクター
 protected Line(LineGroup parent, Apex begin, Apex end)
 {
     this.Parent = parent;
     this.Begin  = begin;
     this.End    = end;
 }
コード例 #2
0
ファイル: Field.cs プロジェクト: gako4u/OfficeLineArt
 // メソッド
 protected internal abstract Line CreateLine(LineGroup polygon, Apex begin, Apex end);