SlipPrintJob.DrawRuledLine メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
印刷ジョブに指示を追加して、スリップ プリンター ステーションの用紙に描画された罫線を印刷します。
public:
virtual void DrawRuledLine(Platform::String ^ positionList, PosPrinterLineDirection lineDirection, unsigned int lineWidth, PosPrinterLineStyle lineStyle, unsigned int lineColor) = DrawRuledLine;
void DrawRuledLine(winrt::hstring const& positionList, PosPrinterLineDirection const& lineDirection, uint32_t const& lineWidth, PosPrinterLineStyle const& lineStyle, uint32_t const& lineColor);
public void DrawRuledLine(string positionList, PosPrinterLineDirection lineDirection, uint lineWidth, PosPrinterLineStyle lineStyle, uint lineColor);
function drawRuledLine(positionList, lineDirection, lineWidth, lineStyle, lineColor)
Public Sub DrawRuledLine (positionList As String, lineDirection As PosPrinterLineDirection, lineWidth As UInteger, lineStyle As PosPrinterLineStyle, lineColor As UInteger)
パラメーター
- positionList
-
String
Platform::String
winrt::hstring
罫線の位置パラメーター。 positionList の文字列は、lineDirection で水平罫線と垂直罫線のどちらを指定するかによって異なります。
- lineDirection
- PosPrinterLineDirection
罫線を印刷する方向。
- lineWidth
-
UInt32
unsigned int
uint32_t
印刷する必要がある罫線の幅。 幅の単位はドットです。 サポートされていない値が指定されている場合は、プリンターに最適な値が使用されます。
- lineStyle
- PosPrinterLineStyle
罫線の外観 (実線か壊れているか、単精度線か二重線かなど)。
- lineColor
-
UInt32
unsigned int
uint32_t
ClaimedSlipPrinter.ColorCartridge プロパティで使用されるカートリッジ定数の値と等しい整数値としての、罫線の色。 サポートされていない値を指定すると、印刷結果が予測できない場合があります。
実装
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.DrawRuledLine(System.String,Windows.Devices.PointOfService.PosPrinterLineDirection,System.UInt32,Windows.Devices.PointOfService.PosPrinterLineStyle,System.UInt32)
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.DrawRuledLine(Platform::String,Windows.Devices.PointOfService.PosPrinterLineDirection,unsigned int,Windows.Devices.PointOfService.PosPrinterLineStyle,unsigned int)
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.DrawRuledLine(winrt::hstring,Windows.Devices.PointOfService.PosPrinterLineDirection,uint32_t,Windows.Devices.PointOfService.PosPrinterLineStyle,uint32_t)