PrimitiveBaseCollectionContains Method

Indicates whether a particular PrimitiveBase is contained in the [!:IGraphicsElementCollection].

Definition

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

Parameters

value  PrimitiveBase
Reference to the PrimitiveBase object.

Return Value

Boolean
True, if the referenced PrimitiveBase is contained in the collection; false otherwise.

See Also