Summary
Intersects the geometry with another geometry.
- Namespace
- Avalonia
.Platform - Containing Type
- IGeometryImpl
Syntax
IGeometryImpl Intersect(IGeometryImpl geometry)
Parameters
Name | Type | Description |
---|---|---|
geometry | IGeometryImpl | The other geometry. |
Return Value
Type | Description |
---|---|
IGeometryImpl | A new IGeometryImpl representing the intersection. |