DrawingWindowDrawPoint Method |
Draws a point centered at (X, Y).
The point is a filled circle whose radius is equal to half the pen thickness.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DrawingVisual DrawPoint(
double x,
double y
)
Parameters
- x
- Type: SystemDouble
the X-coordinate of the point - y
- Type: SystemDouble
the Y-coordinate of the point
Return Value
Type:
DrawingVisualA drawing visual as handle to the drawing
See Also