|
Add_ShapeLine |
Top Previous Next |
|
Add_ShapeLine (Method)
This function adds a line segment. The difference from add_Line is that this line segment has z order
Syntax: Function Add_ShapeLine(x1 As Single, y1 As Single, x2 As Single, y2 As Single, vItemProperties As Object, iClr As Short, iWidth As Short, iStyle As Short, iLayer As Short, Fill_zOrder As Integer) As Integer
The Add_ShapeLine 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
|