From 6f09ee386b7e12d6c38e3e6d3252a6ac234b8cc5 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Sun, 20 Sep 2015 19:58:48 +0200 Subject: [PATCH] Clarified documentation for Visual.Bounds --- src/Perspex.SceneGraph/IVisual.cs | 2 +- src/Perspex.SceneGraph/Visual.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Perspex.SceneGraph/IVisual.cs b/src/Perspex.SceneGraph/IVisual.cs index 76ab95e6e6..7126558483 100644 --- a/src/Perspex.SceneGraph/IVisual.cs +++ b/src/Perspex.SceneGraph/IVisual.cs @@ -21,7 +21,7 @@ namespace Perspex public interface IVisual { /// - /// Gets the bounds of the scene graph node. + /// Gets the bounds of the scene graph node relative to its parent. /// Rect Bounds { get; } diff --git a/src/Perspex.SceneGraph/Visual.cs b/src/Perspex.SceneGraph/Visual.cs index a3733eb756..64eae2ff21 100644 --- a/src/Perspex.SceneGraph/Visual.cs +++ b/src/Perspex.SceneGraph/Visual.cs @@ -117,7 +117,7 @@ namespace Perspex } /// - /// Gets the bounds of the scene graph node. + /// Gets the bounds of the scene graph node relative to its parent. /// public Rect Bounds {