ShapeCollectionAdd Method
Add elemnt into collection.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public int Add(
Shape aValue
)
Public Function Add (
aValue As Shape
) As Integer
- aValue Shape
- Shape object.
Int32The position into which the new element was inserted.