This document is archived and information here might be outdated. Recommended version. |
Returns true if the point is contained in the cache.
[Visual Basic .NET] Public Function Contains ( _ ByVal point As IPoint _ ) As Boolean
[C#] public bool Contains ( IPoint point );
[C++]
HRESULT Contains(
IPoint* point
);
[C++] Parameters point [in]
point is a parameter of type IPoint*