Browse Source

Clarified documentation for Visual.Bounds

pull/160/head
Steven Kirk 11 years ago
parent
commit
6f09ee386b
  1. 2
      src/Perspex.SceneGraph/IVisual.cs
  2. 2
      src/Perspex.SceneGraph/Visual.cs

2
src/Perspex.SceneGraph/IVisual.cs

@ -21,7 +21,7 @@ namespace Perspex
public interface IVisual
{
/// <summary>
/// Gets the bounds of the scene graph node.
/// Gets the bounds of the scene graph node relative to its parent.
/// </summary>
Rect Bounds { get; }

2
src/Perspex.SceneGraph/Visual.cs

@ -117,7 +117,7 @@ namespace Perspex
}
/// <summary>
/// Gets the bounds of the scene graph node.
/// Gets the bounds of the scene graph node relative to its parent.
/// </summary>
public Rect Bounds
{

Loading…
Cancel
Save