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