コード例 #1
0
ファイル: DisplayItem.cs プロジェクト: stewmc/vixen
 public void Draw(FastPixel.FastPixel fp, bool editMode, List <ElementNode> highlightedElements, bool selected, bool forceDraw)
 {
     _shape.Draw(fp, editMode, highlightedElements, selected, forceDraw);
 }
コード例 #2
0
ファイル: DisplayItem.cs プロジェクト: micahswitzer/vixen
 public void Draw(FastPixel.FastPixel fp, bool editMode, HashSet <Guid> highlightedElements, bool selected, bool forceDraw)
 {
     _shape.Draw(fp, editMode, highlightedElements, selected, forceDraw);
 }