Click or drag to resize

PrimitiveManagerContains Method

Determines whether the manager contains a primitive.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Contains(
	Primitive primitive
)

Parameters

primitive
Type: AGI.Foundation.GraphicsPrimitive
The primitive to locate in the manager.

Return Value

Type: Boolean
true if primitive is found in the manager; otherwise, false.
See Also