 | PdfLinePointCollectionTContains Method |
Determines whether the collection contains a specific
FS_POINTF.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool Contains(
FS_POINTF item
)
Public Function Contains (
item As FS_POINTF
) As Boolean
public:
virtual bool Contains(
FS_POINTF item
) sealed
abstract Contains :
item : FS_POINTF -> bool
override Contains :
item : FS_POINTF -> bool
public final boolean Contains(
FS_POINTF item
)
Parameters
- item FS_POINTF
- The FS_POINTF to locate in the collection.
Return Value
Booleantrue if
FS_POINTF is found in the collection; otherwise, false.
Implements
ICollectionTContains(T)
See Also