Esempio n. 1
0
 // コンストラクター
 protected Line(LineGroup parent, Apex begin, Apex end)
 {
     this.Parent = parent;
     this.Begin  = begin;
     this.End    = end;
 }
Esempio n. 2
0
 // メソッド
 protected internal abstract Line CreateLine(LineGroup polygon, Apex begin, Apex end);