IXRPointCollection::Contains (Compact 2013)
3/28/2014
This method determines whether an item is in the IXRPointCollection collection.
Syntax
virtual bool STDMETHODCALLTYPE Contains(
__in XRPoint* pPoint
) = 0;
Parameters
- pPoint
[in] Pointer to an XRPoint object that represents the item to locate in this collection.
Return Value
Returns true if the item is found in the collection; otherwise, false.
Remarks
This method performs a linear search. Therefore, the average execution time is proportional to the number of items in the collection, which you can retrieve by using IXRPointCollection::GetCount.
.NET Framework Equivalent
System.Windows.PresentationFrameworkCollection(T).Contains
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |
See Also
Reference
IXRPointCollection
IXRPolyLineSegment::GetPoints
IXRPolyLineSegment::SetPoints
IXRPolyBezierSegment::GetPoints
IXRPolyBezierSegment::SetPoints
IXRPolyQuadraticBezierSegment::GetPoints
IXRPolyQuadraticBezierSegment::SetPoints
IXRPolygon::GetPoints
IXRPolygon::SetPoints
IXRPolyline::GetPoints
IXRPolyline::SetPoints