Skip to content

Commit f4f3902

Browse files
authored
Update Point.xml (#4380)
* Update Point.xml Structure not a class
1 parent 6c2c8e4 commit f4f3902

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Drawing/Point.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<AssemblyVersion>4.1.0.0</AssemblyVersion>
8585
</AssemblyInfo>
8686
<Docs>
87-
<summary>Initializes a new instance of the <see cref="T:System.Drawing.Point" /> class with the specified coordinates.</summary>
87+
<summary>Initializes a new instance of the <see cref="T:System.Drawing.Point" /> struct with the specified coordinates.</summary>
8888
</Docs>
8989
</MemberGroup>
9090
<Member MemberName=".ctor">
@@ -119,7 +119,7 @@
119119
</Parameters>
120120
<Docs>
121121
<param name="sz">A <see cref="T:System.Drawing.Size" /> that specifies the coordinates for the new <see cref="T:System.Drawing.Point" />.</param>
122-
<summary>Initializes a new instance of the <see cref="T:System.Drawing.Point" /> class from a <see cref="T:System.Drawing.Size" />.</summary>
122+
<summary>Initializes a new instance of the <see cref="T:System.Drawing.Point" /> struct from a <see cref="T:System.Drawing.Size" />.</summary>
123123
<remarks>
124124
<format type="text/markdown"><![CDATA[
125125
@@ -166,7 +166,7 @@
166166
</Parameters>
167167
<Docs>
168168
<param name="dw">A 32-bit integer that specifies the coordinates for the new <see cref="T:System.Drawing.Point" />.</param>
169-
<summary>Initializes a new instance of the <see cref="T:System.Drawing.Point" /> class using coordinates specified by an integer value.</summary>
169+
<summary>Initializes a new instance of the <see cref="T:System.Drawing.Point" /> struct using coordinates specified by an integer value.</summary>
170170
<remarks>
171171
<format type="text/markdown"><![CDATA[
172172
@@ -225,7 +225,7 @@
225225
<Docs>
226226
<param name="x">The horizontal position of the point.</param>
227227
<param name="y">The vertical position of the point.</param>
228-
<summary>Initializes a new instance of the <see cref="T:System.Drawing.Point" /> class with the specified coordinates.</summary>
228+
<summary>Initializes a new instance of the <see cref="T:System.Drawing.Point" /> struct with the specified coordinates.</summary>
229229
<remarks>
230230
<format type="text/markdown"><![CDATA[
231231

0 commit comments

Comments
 (0)