| OrderedCompositePrimitiveContains Method  | 
 
Determines whether the composite contains a primitive.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic bool Contains(
	Primitive primitive
)
Public Function Contains ( 
	primitive As Primitive
) As Boolean
public:
bool Contains(
	Primitive^ primitive
)
member Contains : 
        primitive : Primitive -> bool 
Parameters
- primitive
- Type: AGI.Foundation.GraphicsPrimitive
 The primitive to locate in the composite.
Return Value
Type: 
Booleantrue if 
primitive is found in the composite; otherwise, 
false.
 See Also
See Also