Draw a point on drawing surface of the control.
[Visual Basic]
Public Sub DrawPoint(ByVal x As
Double, ByVal y As Double,
ByVal Color As Color)
[C#]
public void DrawPoint(double
x, double y, Color
Color);
Parameters:
- x , y
- they are cartesian coordinates of the point in case of cartesian, logarithmic and semilogarithmic coordinates while, in case of polar coordinates: x it is the
- module and y it is the angle.
-
- Color
- Color with which it comes drawed the point.
Return value:
None.
See also:
Clear | DrawArc | DrawClosedSpline | DrawEllipse | DrawLines | DrawPath | DrawPolygon | DrawRectangle | DrawSpline | FillClosedSpline |
FillEllipse | FillPath | FillPolygon |
FillRectangle | SavePicture
Copyright © 2007 LabDevTools. All Rights Reserved.