You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Represents an x- and y-coordinate pair in two-dimensional space. Can also represent a logical point for certain property usages.</summary>
28
-
<remarks>To be added.</remarks>
28
+
<remarks>
29
+
<formattype="text/markdown">< in the UWP API reference.
<paramname="x">The x-coordinate value of the <seecref="T:Windows.Foundation.Point" /> struct. </param>
50
62
<paramname="y">The y-coordinate value of the <seecref="T:Windows.Foundation.Point" /> struct. </param>
51
63
<summary>Initializes a <seecref="T:Windows.Foundation.Point" /> struct that contains the specified values.</summary>
52
-
<remarks>To be added.</remarks>
64
+
<remarks>
65
+
<formattype="text/markdown">< in the UWP API reference.
69
+
70
+
]]></format>
71
+
</remarks>
53
72
</Docs>
54
73
</Member>
55
74
<MemberMemberName="Equals">
@@ -79,9 +98,17 @@
79
98
<Docs>
80
99
<paramname="o">The object to compare.</param>
81
100
<summary>Determines whether the specified object is a <seecref="T:Windows.Foundation.Point" /> and whether it contains the same values as this <seecref="T:Windows.Foundation.Point" />.</summary>
82
-
<returns>
83
-
<seelangword="true" /> if <paramrefname="obj" /> is a <seecref="T:Windows.Foundation.Point" /> and contains the same <seecref="P:Windows.Foundation.Point.X" /> and <seecref="P:Windows.Foundation.Point.Y" /> values as this <seecref="T:Windows.Foundation.Point" />; otherwise, <seelangword="false" />.</returns>
84
-
<remarks>To be added.</remarks>
101
+
<returns><seelangword="true" /> if <paramrefname="obj" /> is a <seecref="T:Windows.Foundation.Point" /> and contains the same <seecref="P:Windows.Foundation.Point.X" /> and <seecref="P:Windows.Foundation.Point.Y" /> values as this <seecref="T:Windows.Foundation.Point" />; otherwise, <seelangword="false" />.</returns>
102
+
<remarks>
103
+
<formattype="text/markdown">< in the UWP API reference.
107
+
108
+
For more info and examples of this member, see [System.Windows.Point.Equals](https://docs.microsoft.com/dotnet/api/system.windows.point.equals?view=netframework-4.8) in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.)
109
+
110
+
]]></format>
111
+
</remarks>
85
112
</Docs>
86
113
</Member>
87
114
<MemberMemberName="Equals">
@@ -106,8 +133,7 @@
106
133
<Docs>
107
134
<paramname="value">The point to compare to this instance.</param>
108
135
<summary>Compares two <seecref="T:Windows.Foundation.Point" /> structs for equality.</summary>
109
-
<returns>
110
-
<seelangword="true" /> if both <seecref="T:Windows.Foundation.Point" /> structs contain the same <seecref="P:Windows.Foundation.Point.X" /> and <seecref="P:Windows.Foundation.Point.Y" /> values; otherwise, <seelangword="false" />.</returns>
136
+
<returns><seelangword="true" /> if both <seecref="T:Windows.Foundation.Point" /> structs contain the same <seecref="P:Windows.Foundation.Point.X" /> and <seecref="P:Windows.Foundation.Point.Y" /> values; otherwise, <seelangword="false" />.</returns>
111
137
<remarks>To be added.</remarks>
112
138
</Docs>
113
139
</Member>
@@ -136,7 +162,16 @@
136
162
<Docs>
137
163
<summary>Returns the hash code for this <seecref="T:Windows.Foundation.Point" />.</summary>
138
164
<returns>The hash code for this <seecref="T:Windows.Foundation.Point" /> struct.</returns>
139
-
<remarks>To be added.</remarks>
165
+
<remarks>
166
+
<formattype="text/markdown">< in the UWP API reference.
170
+
171
+
For more info and examples of this member, see [System.Windows.Point.GetHashCode](https://docs.microsoft.com/dotnet/api/system.windows.point.gethashcode?view=netframework-4.8) in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.)
172
+
173
+
]]></format>
174
+
</remarks>
140
175
</Docs>
141
176
</Member>
142
177
<MemberMemberName="op_Equality">
@@ -163,9 +198,17 @@
163
198
<paramname="point1">The first <seecref="T:Windows.Foundation.Point" /> struct to compare.</param>
164
199
<paramname="point2">The second <seecref="T:Windows.Foundation.Point" /> struct to compare.</param>
165
200
<summary>Compares two <seecref="T:Windows.Foundation.Point" /> structs for equality.</summary>
166
-
<returns>
167
-
<seelangword="true" /> if both the <seecref="P:Windows.Foundation.Point.X" /> and <seecref="P:Windows.Foundation.Point.Y" /> values of <paramrefname="point1" /> and <paramrefname="point2" /> are equal; otherwise, <seelangword="false" />.</returns>
168
-
<remarks>To be added.</remarks>
201
+
<returns><seelangword="true" /> if both the <seecref="P:Windows.Foundation.Point.X" /> and <seecref="P:Windows.Foundation.Point.Y" /> values of <paramrefname="point1" /> and <paramrefname="point2" /> are equal; otherwise, <seelangword="false" />.</returns>
202
+
<remarks>
203
+
<formattype="text/markdown">< in the UWP API reference.
207
+
208
+
For more info and examples of this member, see [System.Windows.Point.Equality](https://docs.microsoft.com/dotnet/api/system.windows.point.op_equality?view=netframework-4.8) in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.)
209
+
210
+
]]></format>
211
+
</remarks>
169
212
</Docs>
170
213
</Member>
171
214
<MemberMemberName="op_Inequality">
@@ -192,9 +235,17 @@
192
235
<paramname="point1">The first point to compare.</param>
193
236
<paramname="point2">The second point to compare.</param>
194
237
<summary>Compares two <seecref="T:Windows.Foundation.Point" /> structs for inequality</summary>
195
-
<returns>
196
-
<seelangword="true" /> if <paramrefname="point1" /> and <paramrefname="point2" /> have different <seecref="P:Windows.Foundation.Point.X" /> or <seecref="P:Windows.Foundation.Point.Y" /> values; false if <paramrefname="point1" /> and <paramrefname="point2" /> have the same <seecref="P:Windows.Foundation.Point.X" /> and <seecref="P:Windows.Foundation.Point.Y" /> values.</returns>
197
-
<remarks>To be added.</remarks>
238
+
<returns><seelangword="true" /> if <paramrefname="point1" /> and <paramrefname="point2" /> have different <seecref="P:Windows.Foundation.Point.X" /> or <seecref="P:Windows.Foundation.Point.Y" /> values; false if <paramrefname="point1" /> and <paramrefname="point2" /> have the same <seecref="P:Windows.Foundation.Point.X" /> and <seecref="P:Windows.Foundation.Point.Y" /> values.</returns>
239
+
<remarks>
240
+
<formattype="text/markdown">< in the UWP API reference.
244
+
245
+
For more info and examples of this member, see [System.Windows.Point.Inequality](https://docs.microsoft.com/dotnet/api/system.windows.point.op_inequality?view=netframework-4.8) in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.)
246
+
247
+
]]></format>
248
+
</remarks>
198
249
</Docs>
199
250
</Member>
200
251
<MemberMemberName="System.IFormattable.ToString">
@@ -229,7 +280,14 @@
229
280
<paramname="provider">An object that provides formatting information for the value, or <seelangword="null" /> to obtain the numeric format information from the current culture.</param>
230
281
<summary>For a description of this member, see <seecref="M:System.IFormattable.ToString(System.String,System.IFormatProvider)" />.</summary>
231
282
<returns>A string containing the value of the current instance in the specified format.</returns>
232
-
<remarks>To be added.</remarks>
283
+
<remarks>
284
+
<formattype="text/markdown">< in the UWP API reference.
288
+
289
+
]]></format>
290
+
</remarks>
233
291
</Docs>
234
292
</Member>
235
293
<MemberMemberName="ToString">
@@ -257,7 +315,14 @@
257
315
<Docs>
258
316
<summary>Creates a <seecref="T:System.String" /> representation of this <seecref="T:Windows.Foundation.Point" />.</summary>
259
317
<returns>A <seecref="T:System.String" /> containing the <seecref="P:Windows.Foundation.Point.X" /> and <seecref="P:Windows.Foundation.Point.Y" /> values of this <seecref="T:Windows.Foundation.Point" /> struct.</returns>
260
-
<remarks>To be added.</remarks>
318
+
<remarks>
319
+
<formattype="text/markdown">< in the UWP API reference.
323
+
324
+
]]></format>
325
+
</remarks>
261
326
</Docs>
262
327
</Member>
263
328
<MemberMemberName="ToString">
@@ -305,7 +370,16 @@
305
370
<Docs>
306
371
<summary>Gets or sets the <seecref="P:Windows.Foundation.Point.X" />-coordinate value of this <seecref="T:Windows.Foundation.Point" /> struct.</summary>
307
372
<value>The <seecref="P:Windows.Foundation.Point.X" />-coordinate value of this <seecref="T:Windows.Foundation.Point" /> struct. The default value is 0.</value>
308
-
<remarks>To be added.</remarks>
373
+
<remarks>
374
+
<formattype="text/markdown">< in the UWP API reference.
378
+
379
+
For more info and examples of this member, see [System.Windows.Point.X](https://docs.microsoft.com/dotnet/api/system.windows.point.x?view=netframework-4.8) in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.)
380
+
381
+
]]></format>
382
+
</remarks>
309
383
</Docs>
310
384
</Member>
311
385
<MemberMemberName="Y">
@@ -327,8 +401,17 @@
327
401
<Docs>
328
402
<summary>Gets or sets the <seecref="P:Windows.Foundation.Point.Y" />-coordinate value of this <seecref="T:Windows.Foundation.Point" />.</summary>
329
403
<value>The <seecref="P:Windows.Foundation.Point.Y" />-coordinate value of this <seecref="T:Windows.Foundation.Point" /> struct. The default value is 0.</value>
330
-
<remarks>To be added.</remarks>
404
+
<remarks>
405
+
<formattype="text/markdown">< in the UWP API reference.
409
+
410
+
For more info and examples of this member, see [System.Windows.Point.Y](https://docs.microsoft.com/dotnet/api/system.windows.point.y?view=netframework-4.8) in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.)
0 commit comments