Skip to main content

CombinedGeometry(GeometryCombineMode, Geometry, Geometry, Transform) Constructor

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

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public CombinedGeometry(
GeometryCombineMode combineMode,
Geometry? geometry1,
Geometry? geometry2,
Transform? transform
)

Parameters

  GeometryCombineMode
The method by which geometry1 and geometry2 are combined.
  Geometry
The first geometry to combine.
  Geometry
The second geometry to combine.
  Transform
The transform applied to the geometry.

See Also

Reference

CombinedGeometry Class
CombinedGeometry Overload
Avalonia.Media Namespace