GeometryCollection.Add(Geometry) Method

Definition

Adds a Geometry to the end of the collection.

public:
 virtual void Add(System::Windows::Media::Geometry ^ value);
public void Add (System.Windows.Media.Geometry value);
abstract member Add : System.Windows.Media.Geometry -> unit
override this.Add : System.Windows.Media.Geometry -> unit
Public Sub Add (value As Geometry)

Parameters

value
Geometry

The Geometry to add to the end of the collection.

Implements

Applies to