Undid last doc edit

pull/83/head
David Hall 2019-09-17 09:07:08 -06:00
parent b92189b32d
commit 4d434826b4
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ namespace Vanara.PInvoke
/// function, the rectangle is filled up to, but not including, the right column and bottom row of pixels. This structure is identical to
/// the RECT structure.
/// </remarks>
[PInvokeData("windef.h")]
[StructLayout(LayoutKind.Sequential), TypeConverter(typeof(RECTConverter))]
public struct RECT : IEquatable<PRECT>, IEquatable<RECT>, IEquatable<Rectangle>
{