VisuFctDrawPolyline2
(FUN)
FUNCTION VisuFctDrawPolyline2 : BOOL
Draw polyline function that does not use IDrawContext
This function does not do the internal copy of the points, the original points will be modified by the function; you cannot rely on them at the funtion exit
- InOut:
Scope
Name
Type
Comment
Return
VisuFctDrawPolyline2
BOOL
Input
itfXYPlotDriver
IXYPlotDriver
XYPlot driver
pPolyPoints
POINTER TO ARRAY [0..0] OF VisuElemBase.VisuStructPoint
points
iPoints
INT
number of points
dwColor
DWORD
color
iLineWidth
INT
line width
eLineStyle
VisuEnumPenStyle
line style
eCapStyle
VisuEnumLineCapStyle
cap style
eJoinStyle
VisuEnumLineJoinStyle
join style
xDrawUnchecked
BOOL
True if the drawing operation is to be executed in any case