You are here: Start » FIL.NET » View2DBoxPrimitivesCollection.Remove Method

View2DBoxPrimitivesCollection.Remove Method

Removes the specified primitive from this collection and View2DBox control.

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Syntax

public virtual bool Remove
(
	HMI.Controls.View2DBoxPrimitive item
)

Parameters

Name Type Range Default Description
itemHMI.Controls.View2DBoxPrimitive

Return Value

Type: bool

true when the primitive was part of this collection and was removed, false when the specified primitive was not owned by this collection

Function Overrides

See also