|
Description
|
Draws a point on the control.
|
|
Syntax
|
[form.]DXFReader.DrawPoint (X1 As Single, Y1 As Single, [Color As Long])
|
|
Remarks
|
This method adds a point to the drawing without modifing the drawing database.
The parameters for the DrawPoint method are described below:
| X1 | X coordinate, in drawing's units, of the point | | Y1 | Y coordinate, in drawing's units, of the point | | Color | (Optional) A long integer value indicating the RGB color used to draw the point. If omitted, the ForeColor property setting is used (Default value = 0) |
|