'Declaration Public Function Remove( _ ByVal item As GraphicsFigure _ ) As Boolean
public bool Remove( GraphicsFigure item )
public: bool Remove( GraphicsFigure* item )
public: bool Remove( GraphicsFigure^ item )
Parameters
- item
- The figure to remove from the group.
Return Value
true if figure is removed successfully; false otherwise.