Drawblock - SATO PV3 Manual

Xamarin sdk
Hide thumbs Also See for PV3:
Table of Contents

Advertisement

7-2-32 drawBlock

Saves data of a quadrangle or line to the printer buffer.
[Syntax]
Task<int> drawBlock(int startPosX, int startPosY, int endPosX, int endPosY, string option,
[Parameters]
• int startPosX: x axis coordinates of top left
• int startPosY: y axis coordinates of top left
• int endPosX: x axis coordinates of bottom right
• int endPosY: y axis coordinates of bottom right
• char option: drawing option
LabelBlock Enumeration
LINE_OVERWRITING
LINE_EXCLUSIVE_OR
LINE_DELETE
SLOPE
BOX
• int thickness: Selects line thickness. This only applies if the 'option' value is 'S' or 'B'.
[Returns]
If the method succeeds, the return value is zero(0). Other cases, returns non-zero.
Ver. 1.01
int thickness)
Value
'O'
'E'
'D'
'S'
'B'
Repeat drawing on places where lines overlap
Do not draw on places where lines overlap
Delete line
Diagonal line
Quadrangle edge
- 37 -
Xamarin SDK
Description

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pv4

Table of Contents