BitmapDrawer.drawLinePattern

Draws a line with a pattern.

class BitmapDrawer
pure
void
drawLinePattern
(
Point from
,
Point to
,
ubyte[] pattern
)

Parameters

from Point

The beginning of the line.

to Point

The end of the line.

pattern ubyte[]

Contains the color indexes for the line, to draw the pattern.

Meta