Browse Source

fix: remarks

pull/10132/head
workgroupengineering 4 years ago
committed by GitHub
parent
commit
a22249b898
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Base/Rendering/SceneGraph/IDrawOperation.cs

2
src/Avalonia.Base/Rendering/SceneGraph/IDrawOperation.cs

@ -19,7 +19,7 @@ namespace Avalonia.Rendering.SceneGraph
/// <param name="p">The point in global coordinates.</param>
/// <returns>True if the point hits the node's geometry; otherwise false.</returns>
/// <remarks>
/// This method does not recurse to child <see cref="IVisualNode?"/>s, if you want
/// This method does not recurse to childs, if you want
/// to hit test children they must be hit tested manually.
/// </remarks>
bool HitTest(Point p);

Loading…
Cancel
Save