Browse Source

Add missing comment for SupportsIndividualRoundRects

pull/7914/head
robloo 4 years ago
parent
commit
67ff1a7cd1
  1. 3
      src/Avalonia.Visuals/Platform/IPlatformRenderInterface.cs

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

@ -168,6 +168,9 @@ namespace Avalonia.Platform
/// <returns></returns>
IGlyphRunImpl CreateGlyphRun(GlyphRun glyphRun);
/// <summary>
/// Gets a value indicating whether the platform supports rectangles with rounded corners.
/// </summary>
bool SupportsIndividualRoundRects { get; }
/// <summary>

Loading…
Cancel
Save