Browse Source
Merge branch 'master' into feature/flowDirectionImpl
pull/7810/head
danielmayost
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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>
|
|
|
|
|