'Declaration Public Function Contains( _
ByVal itemThe figure to locate in the group.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.