浏览代码

Updated documentation for ClipRectangle

Jean-David Moisan 6 年之前
父节点
当前提交
bab45bfd18
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);