|
Add_ShapePoint |
Top Previous Next |
|
Add_ShapePoint (Method)
This function adds a point. The difference from add_Point is that this point has z order
Syntax: Function Add_ShapePoint(x1 As Single, y1 As Single, vItemProperties As Object, iClr As Short, iWidth As Short, iPointStyle As Short, iLayer As Short, Fill_zOrder As Integer) As Integer
The Add_ShapePoint method syntax consists of the following:
Return value: Integer - An Avax handle on success, zero on error.
Remarks: For more details for the fill parameters see the example ShapeFill.vbp
|