예제 #1
0
 public bool InsertLine(int index, Color color, float width, tkDashStyle style)
 {
     return(_pattern.InsertLine(index, ColorHelper.ColorToUInt(color), width, (tkDashStyle)style));
 }