Ejemplo n.º 1
0
 public override void DrawRuledLine(PrinterStation station, string positionList, LineDirection direction, int lineWidth, LineStyle style, int lineColor)
 {
     VerifyResult(_cco.DrawRuledLine((int)station, positionList, (int)direction, lineWidth, (int)style, lineColor));
 }