IGeometryImplIntersect Method
Intersects the geometry with another geometry.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
IGeometryImpl? Intersect(
IGeometryImpl geometry
)
Function Intersect (
geometry As IGeometryImpl
) As IGeometryImpl
abstract Intersect :
geometry : IGeometryImpl -> IGeometryImpl
- geometry IGeometryImpl
- The other geometry.
IGeometryImplA new
IGeometryImpl representing the intersection or
null when the operation failed.