Method DrawPoint
DrawPoint(Pen, double, double)
Draws point with the specified color.
void DrawPoint(Pen pen, double x, double y)
Parameters
Exceptions
- ArgumentNullException
if
pen
isnull
.
Draws point with the specified color.
void DrawPoint(Pen pen, double x, double y)
if pen
is null
.