Browse Source

Merge branch 'master' into feature/flowDirectionImpl

pull/7810/head
danielmayost 5 years ago
committed by GitHub
parent
commit
630d6e0abc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Avalonia.Visuals/Platform/IPlatformRenderInterface.cs

1
src/Avalonia.Visuals/Platform/IPlatformRenderInterface.cs

@ -11,6 +11,7 @@ namespace Avalonia.Platform
/// </summary>
public interface IPlatformRenderInterface
{
/// <summary>
/// Creates an ellipse geometry implementation.
/// </summary>
/// <param name="rect">The bounds of the ellipse.</param>

Loading…
Cancel
Save