Browse Source

Extend docs

pull/8439/head
Luis von der Eltz 4 years ago
parent
commit
14a7ee7e31
  1. 2
      src/Avalonia.Base/Platform/IGeometryImpl.cs

2
src/Avalonia.Base/Platform/IGeometryImpl.cs

@ -38,7 +38,7 @@ namespace Avalonia.Platform
/// Intersects the geometry with another geometry.
/// </summary>
/// <param name="geometry">The other geometry.</param>
/// <returns>A new <see cref="IGeometryImpl"/> representing the intersection.</returns>
/// <returns>A new <see cref="IGeometryImpl"/> representing the intersection or <c>null</c> when the operation failed.</returns>
IGeometryImpl? Intersect(IGeometryImpl geometry);
/// <summary>

Loading…
Cancel
Save