'Declaration Function Contains( _ ByVal point As IImGearPoint _ ) As Boolean
'Usage Dim instance As IImGearRectangle Dim point As IImGearPoint Dim value As Boolean value = instance.Contains(point)
bool Contains( IImGearPoint point )
bool Contains( IImGearPoint* point )
bool Contains( IImGearPoint^ point )
Parameters
- point
- The point interface.
Return Value
Boolean value.