Example #1
0
 public void LineCap(MathStroke.ELineCap lc)
 {
     m_stroker.LineCap(lc);
 }
Example #2
0
 public void LineCap(MathStroke.ELineCap lc)
 {
     base.Generator.LineCap(lc);
 }