Description
Draws a point in the document pane temporarily as specified.
Syntax
Sub RFDrawTools.DrawPoint(pPoint As RFPoint3, pColor As RFColor, size As Single)
The DrawPoint syntax has these parts:
| Part | Description |
|---|---|
| pPoint | [IN] RFPoint3 Required. Point coordinates. |
| pColor | [IN] RFColor Required. Point color to draw. |
| size | [IN] Single Required. Point size to draw. |
Remarks