'Declaration Public Function Contains( _ ByVal item As GraphicsFigure _ ) As Boolean
public bool Contains( GraphicsFigure item )
public: bool Contains( GraphicsFigure* item )
public: bool Contains( GraphicsFigure^ item )
Parameters
- item
- The figure to locate in the group.
Return Value
true if the figure is found in the group; otherwise, false.