Click or drag to resize
DisplayDrawPoint Method
Draw a point in the display

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public void DrawPoint(
	Point location
)

Parameters

location
Type: System.DrawingPoint
Coordinate relative to the top left corner of the display.
See Also