An NDoc Documented Class Library

Form1.highlightPoints Method 

Highlights a given array of points a certain color.

private void highlightPoints(
   Graphics g,
   Point[] points,
   Color color
);

Parameters

g
The panel's graphics
points
Points to highlight
color
Color of the highlighted points

Remarks

Creates a new stroke from each point and renders the stroke/point using certain attributes such as color, width, and height

See Also

Form1 Class | Labeler Namespace