Browse Source

Updated documentation for ClipRectangle

Jean-David Moisan 6 years ago
parent
commit
bab45bfd18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Component.cs

+ 1 - 1
Source/Component.cs

@@ -186,7 +186,7 @@ namespace Apos.Gui {
             return this;
         }
         /// <summary>
-        /// Clips a rectangle against this component's bounding rectangle.
+        /// Clips a rectangle against this component's clipping rectangle.
         /// </summary>
         public Rectangle ClipRectangle(Rectangle rect1) {
             return ClipRectangle(rect1, ClippingRect);