Browse Source

ICustomHitTest: Remove comment, expanding the hittable area is possible

pull/5923/head
mat1jaczyyy 5 years ago
parent
commit
98e773ab8a
  1. 4
      src/Avalonia.Visuals/Rendering/ICustomSimpleHitTest.cs

4
src/Avalonia.Visuals/Rendering/ICustomSimpleHitTest.cs

@ -17,10 +17,6 @@ namespace Avalonia.Rendering
/// <summary>
/// Allows customization of hit-testing for all renderers.
/// </summary>
/// <remarks>
/// Note that this interface can only used to make a portion of a control non-hittable, it
/// cannot expand the hittable area of a control.
/// </remarks>
public interface ICustomHitTest : ICustomSimpleHitTest
{
}

Loading…
Cancel
Save