File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 84
84
<AssemblyVersion >4.1.0.0</AssemblyVersion >
85
85
</AssemblyInfo >
86
86
<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 >
88
88
</Docs >
89
89
</MemberGroup >
90
90
<Member MemberName =" .ctor" >
119
119
</Parameters >
120
120
<Docs >
121
121
<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 >
123
123
<remarks >
124
124
<format type =" text/markdown" ><![CDATA[
125
125
166
166
</Parameters >
167
167
<Docs >
168
168
<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 >
170
170
<remarks >
171
171
<format type =" text/markdown" ><![CDATA[
172
172
225
225
<Docs >
226
226
<param name =" x" >The horizontal position of the point.</param >
227
227
<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 >
229
229
<remarks >
230
230
<format type =" text/markdown" ><![CDATA[
231
231
You can’t perform that action at this time.
0 commit comments