IGeometryImplIntersect Method

Intersects the geometry with another geometry.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
IGeometryImpl? Intersect(
	IGeometryImpl geometry
)

Parameters

geometry  IGeometryImpl
The other geometry.

Return Value

IGeometryImpl
A new IGeometryImpl representing the intersection or null when the operation failed.

See Also