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

Commit 3c36eb9

Browse files
committed
[Misc] Add inherit for Size2F ToString
1 parent 1280a69 commit 3c36eb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/SharpDX/Size2F.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ public override int GetHashCode()
116116
return !left.Equals(right);
117117
}
118118

119+
/// <inheritdoc/>
119120
public override string ToString()
120121
{
121122
return string.Format("({0},{1})", Width, Height);

0 commit comments

Comments
 (0)