Click or drag to resize
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: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public 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: DrawingVisual
A drawing visual as handle to the drawing
See Also