Sketch Point
Draw a point using Processing-style coordinates: x and y.
Parameters
| Parameter | Description |
|---|---|
| Sketch Component | Sketch canvas to draw on. |
| X | Point X in sketch coordinates. |
| Y | Point Y in sketch coordinates. |
Notes
- The current stroke color is used for the point.
- Stroke weight controls the visible size of the point.
- If stroke is disabled, the point is not drawn.