Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
[SharpDX] Fix issue #357. Fix comments for X/Y/Width/Height
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Jan 4, 2013
1 parent c9898a9 commit acc053d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/SharpDX/Rectangle.cs
Expand Up @@ -178,7 +178,7 @@ public int Bottom
}

/// <summary>
/// Gets or sets the left position.
/// Gets the left position.
/// </summary>
/// <value>The left position.</value>
public int X
Expand All @@ -187,7 +187,7 @@ public int X
}

/// <summary>
/// Gets or sets the top position.
/// Gets the top position.
/// </summary>
/// <value>The top position.</value>
public int Y
Expand All @@ -196,7 +196,7 @@ public int Y
}

/// <summary>
/// Gets or sets the width.
/// Gets the width.
/// </summary>
/// <value>The width.</value>
public int Width
Expand All @@ -205,7 +205,7 @@ public int Width
}

/// <summary>
/// Gets or sets the height.
/// Gets the height.
/// </summary>
/// <value>The height.</value>
public int Height
Expand Down

0 comments on commit acc053d

Please sign in to comment.