PrimitiveBaseCollectionAdd Method

Adds a PrimitiveBase class at the end of the collection.

Definition

Namespace: BeeMobile.TransparentControls.Primitives
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public int Add(
	PrimitiveBase value
)

Parameters

value  PrimitiveBase
A PrimitiveBase object to add.

Return Value

Int32
An index of the newly added PrimitiveBase.

See Also