|
LineThickVertical
Draws a vertical segment of a freehand line having a specified width using antialiasing algorithm.
void LineThickVertical(
|
Parameters
x
[in] Segment's X coordinate.
y1
[in] Y coordinate of the segment's first point.
y2
[in] Y coordinate of the segment's second point.
clr
[in] Color in ARGB format.
size
[in] Line width.
style
[in] Line style is one of the ENUM_LINE_STYLE enumeration's values or a custom value.
end_style
[in] Line style is one of the ENUM_LINE_END enumeration's values.