←Select platform

Contains Method

Summary

Determines whether the ExObjSegmentList contains the specified ExObjSegment.

Syntax
C#
VB
C++
public virtual bool Contains( 
   ExObjSegment item 
) 
Public Overridable Function Contains( 
   ByVal item As ExObjSegment 
) As Boolean 
public:  
   virtual bool Contains( 
      ExObjSegment^ item 
   ) 

Parameters

item

The object to locate.

Return Value

true if item is found; otherwise, false.

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

Leadtools.ImageProcessing.Core Assembly

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