Contains Method

Summary
Determines whether a collection contains a specified Renderer item.
Syntax
C#
VB
C++
public bool Contains( 
   Renderer item 
) 
Public Function Contains( _ 
   ByVal item As Renderer _ 
) As Boolean 
public: 
bool Contains(  
   Renderer^ item 
)  

Parameters

item
The object to locate in the collection.

Return Value

true if the item was found in the collection; false, otherwise.

Remarks

Determines whether the collection contains the specified Renderer item.

Requirements

Target Platforms

See Also

Reference

Renderers Class

Renderers Members

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.