FPointCollectionAdd Method

Add an item to the collection.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public void Add(
	FPoint item
)

Parameters

item  FPoint
Reference to the item to add.

See Also