CombinedGeometry(GeometryCombineMode, Geometry, Geometry) Constructor
Initializes a new instance of the CombinedGeometry class with the specified Geometry objects and GeometryCombineMode.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public CombinedGeometry(
GeometryCombineMode combineMode,
Geometry? geometry1,
Geometry? geometry2
)
Public Sub New (
combineMode As GeometryCombineMode,
geometry1 As Geometry,
geometry2 As Geometry
)
new :
combineMode : GeometryCombineMode *
geometry1 : Geometry *
geometry2 : Geometry -> CombinedGeometry
Parameters
- GeometryCombineMode
- The method by which geometry1 and geometry2 are combined.
- Geometry
- The first geometry to combine.
- Geometry
- The second geometry to combine.
See Also
Reference
CombinedGeometry Class
CombinedGeometry Overload
Avalonia.Media Namespace