PosPrinterBase.DrawRuledLine Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public override void DrawRuledLine (Microsoft.PointOfService.PrinterStation station, string positionList, Microsoft.PointOfService.LineDirection direction, int lineWidth, Microsoft.PointOfService.LineStyle style, int lineColor);
override this.DrawRuledLine : Microsoft.PointOfService.PrinterStation * string * Microsoft.PointOfService.LineDirection * int * Microsoft.PointOfService.LineStyle * int -> unit
Public Overrides Sub DrawRuledLine (station As PrinterStation, positionList As String, direction As LineDirection, lineWidth As Integer, style As LineStyle, lineColor As Integer)
Parameters
- station
- PrinterStation
- positionList
- String
- direction
- LineDirection
- lineWidth
- Int32
- style
- LineStyle
- lineColor
- Int32