FPointCollectionAdd Method

Add an item to the collection.

Definition

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

Parameters

item  FPoint
Reference to the item to add.

See Also