LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
Contains Method
See Also 
Leadtools.Multimedia Namespace > Renderers Class : Contains Method



item
The object to locate in the collection.
item
The object to locate in the collection.
Determines whether a collection contains a specified Renderer item.

Syntax

Visual Basic (Declaration) 
Public Function Contains( _
   ByVal item As Renderer _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Renderers
Dim item As Renderer
Dim value As Boolean
 
value = instance.Contains(item)
C# 
public bool Contains( 
   Renderer item
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also