DrawPoint Method
DrawPoint(Pen, Double, Double)
Draws point with the specified color.
Declaration
public void DrawPoint(Pen pen, double x, double y)
Parameters
| Type | Name | Description |
|---|---|---|
| Pen | pen | Color of the point. |
| System.Double | x | X-coordinate of the point. |
| System.Double | y | Y-coordinate of the point. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | if |