BXLLIB.DLL / BXLIBX.CAB
Copyright © BIXOLON Co., Ltd.
14. PrintBlock
The PrintBlock function draw line block.
BOOL PrintBlock(
int nHorizontalStartPos
,
int nVerticalStartPos,
int nHorizontalEndPos,
int nVerticalEndPos,
int nOption,
int nThickness
);
Parameters
nHorizontalStartPostion
[in] Horizontal start position of line block
nVerticalStartPosition
[in] Vertical start position of line block
nHorizontalEndPosition
[in] Horizontal end position of line block
nVerticalEndPosition
[in] Vertical end position of line block
nOption
[in] Option of line
block
0: Line Overwriting
1: Line Exclusive OR
2: Line Delete
3: Slope
4: Box
nThickness
[in] Thickness of line block
Return Values
If the function succeeds, the return value is 1 or TRUE.
If the function fails, the return value is zero or FALSE.
15. PrintCircle
The PrintCircle function draw circle.
BOOL Prin
tCircle(
int nHorizontalStartPos
,
int nVerticalStartPos,
int
nDiameter,
int
nMulti,
);
Parameters
nHorizontalStartPostion
[in] Horizontal start position of line block
nVerticalStartPosition
[in] Vertical start position of line block
nDiameter
[in] Circle diameter (1~6)
nMulti
[in] Circle
multiplier (1~4)
Return Values
If the function succeeds, the return value is 1 or TRUE.
If the function fails, the return value is zero or FALSE.