CombinedGeometry Constructors

Definition

Initializes a new instance of the CombinedGeometry class.

Overloads

CombinedGeometry()

Initializes a new instance of the CombinedGeometry class.

CombinedGeometry(Geometry, Geometry)

Initializes a new instance of the CombinedGeometry class with the specified Geometry objects.

CombinedGeometry(GeometryCombineMode, Geometry, Geometry)

Initializes a new instance of the CombinedGeometry class with the specified Geometry objects and GeometryCombineMode.

CombinedGeometry(GeometryCombineMode, Geometry, Geometry, Transform)

Initializes a new instance of the CombinedGeometry class with the specified Geometry objects, GeometryCombineMode, and Transform.

CombinedGeometry()

Initializes a new instance of the CombinedGeometry class.

public CombinedGeometry ();

Applies to

.NET Framework 4.8.1 et autres versions
Produit Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

CombinedGeometry(Geometry, Geometry)

Initializes a new instance of the CombinedGeometry class with the specified Geometry objects.

public CombinedGeometry (System.Windows.Media.Geometry geometry1, System.Windows.Media.Geometry geometry2);

Parameters

geometry1
Geometry

The first Geometry to combine.

geometry2
Geometry

The second Geometry to combine.

Applies to

.NET Framework 4.8.1 et autres versions
Produit Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

CombinedGeometry(GeometryCombineMode, Geometry, Geometry)

Initializes a new instance of the CombinedGeometry class with the specified Geometry objects and GeometryCombineMode.

public CombinedGeometry (System.Windows.Media.GeometryCombineMode geometryCombineMode, System.Windows.Media.Geometry geometry1, System.Windows.Media.Geometry geometry2);

Parameters

geometryCombineMode
GeometryCombineMode

The method by which geometry1 and geometry2 are combined.

geometry1
Geometry

The first Geometry to combine.

geometry2
Geometry

The second Geometry to combine.

Applies to

.NET Framework 4.8.1 et autres versions
Produit Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

CombinedGeometry(GeometryCombineMode, Geometry, Geometry, Transform)

Initializes a new instance of the CombinedGeometry class with the specified Geometry objects, GeometryCombineMode, and Transform.

public CombinedGeometry (System.Windows.Media.GeometryCombineMode geometryCombineMode, System.Windows.Media.Geometry geometry1, System.Windows.Media.Geometry geometry2, System.Windows.Media.Transform transform);

Parameters

geometryCombineMode
GeometryCombineMode

The method by which geometry1 and geometry2 are combined.

geometry1
Geometry

The first Geometry to combine.

geometry2
Geometry

The second Geometry to combine.

transform
Transform

The Transform applied to the CombinedGeometry.

Applies to

.NET Framework 4.8.1 et autres versions
Produit Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9