Canvas.Point


public function Point

Prototype:

public function Point(x,y);

Parameters

x
the x coordinate
y
the y coordinate

Description:

Plots at the given coordinates.

Return value:

Returns null.