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
Copy file name to clipboardExpand all lines: xml/Windows.Foundation/Point.xml
+34-34Lines changed: 34 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
</Attribute>
25
25
</Attributes>
26
26
<Docs>
27
-
<summary>To be added.</summary>
27
+
<summary>Represents an x- and y-coordinate pair in two-dimensional space. Can also represent a logical point for certain property usages.</summary>
28
28
<remarks>To be added.</remarks>
29
29
</Docs>
30
30
<Members>
@@ -46,9 +46,9 @@
46
46
<ParameterName="y"Type="System.Double" />
47
47
</Parameters>
48
48
<Docs>
49
-
<paramname="x">To be added.</param>
50
-
<paramname="y">To be added.</param>
51
-
<summary>To be added.</summary>
49
+
<paramname="x">The x-coordinate value of the <seecref="T:Windows.Foundation.Point" /> struct. </param>
50
+
<paramname="y">The y-coordinate value of the <seecref="T:Windows.Foundation.Point" /> struct. </param>
51
+
<summary>Initializes a <seecref="T:Windows.Foundation.Point" /> struct that contains the specified values.</summary>
52
52
<remarks>To be added.</remarks>
53
53
</Docs>
54
54
</Member>
@@ -77,9 +77,9 @@
77
77
<ParameterName="o"Type="System.Object" />
78
78
</Parameters>
79
79
<Docs>
80
-
<paramname="o">To be added.</param>
81
-
<summary>To be added.</summary>
82
-
<returns>To be added.</returns>
80
+
<paramname="o">The object to compare.</param>
81
+
<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><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>
<paramname="value">The point to compare to this instance.</param>
107
+
<summary>Compares two <seecref="T:Windows.Foundation.Point" /> structs for equality.</summary>
108
+
<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>
109
109
<remarks>To be added.</remarks>
110
110
</Docs>
111
111
</Member>
@@ -132,8 +132,8 @@
132
132
</ReturnValue>
133
133
<Parameters />
134
134
<Docs>
135
-
<summary>To be added.</summary>
136
-
<returns>To be added.</returns>
135
+
<summary>Returns the hash code for this <seecref="T:Windows.Foundation.Point" />.</summary>
136
+
<returns>The hash code for this <seecref="T:Windows.Foundation.Point" /> struct.</returns>
<paramname="point1">The first <seecref="T:Windows.Foundation.Point" /> struct to compare.</param>
162
+
<paramname="point2">The second <seecref="T:Windows.Foundation.Point" /> struct to compare.</param>
163
+
<summary>Compares two <seecref="T:Windows.Foundation.Point" /> structs for equality.</summary>
164
+
<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>
<paramname="point1">The first point to compare.</param>
190
+
<paramname="point2">The second point to compare.</param>
191
+
<summary>Compares two <seecref="T:Windows.Foundation.Point" /> structs for inequality</summary>
192
+
<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>
<paramname="format">The string specifying the format to use, or <seelangword="null" /> to use the default format defined for the type of the <seecref="T:System.IFormattable" /> implementation.</param>
225
+
<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>
226
+
<summary>For a description of this member, see <seecref="M:System.IFormattable.ToString(System.String,System.IFormatProvider)" />.</summary>
227
+
<returns>A string containing the value of the current instance in the specified format.</returns>
228
228
<remarks>To be added.</remarks>
229
229
</Docs>
230
230
</Member>
@@ -251,8 +251,8 @@
251
251
</ReturnValue>
252
252
<Parameters />
253
253
<Docs>
254
-
<summary>To be added.</summary>
255
-
<returns>To be added.</returns>
254
+
<summary>Creates a <seecref="T:System.String" /> representation of this <seecref="T:Windows.Foundation.Point" />.</summary>
255
+
<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>
<summary>Creates a <seecref="T:System.String" /> representation of this <seecref="T:Windows.Foundation.Point" />.</summary>
281
+
<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>
282
282
<remarks>To be added.</remarks>
283
283
</Docs>
284
284
</Member>
@@ -299,8 +299,8 @@
299
299
<ReturnType>System.Double</ReturnType>
300
300
</ReturnValue>
301
301
<Docs>
302
-
<summary>To be added.</summary>
303
-
<value>To be added.</value>
302
+
<summary>Gets or sets the <seecref="P:Windows.Foundation.Point.X" />-coordinate value of this <seecref="T:Windows.Foundation.Point" /> struct.</summary>
303
+
<value>The <seecref="P:Windows.Foundation.Point.X" />-coordinate value of this <seecref="T:Windows.Foundation.Point" /> struct. The default value is 0.</value>
304
304
<remarks>To be added.</remarks>
305
305
</Docs>
306
306
</Member>
@@ -321,10 +321,10 @@
321
321
<ReturnType>System.Double</ReturnType>
322
322
</ReturnValue>
323
323
<Docs>
324
-
<summary>To be added.</summary>
325
-
<value>To be added.</value>
324
+
<summary>Gets or sets the <seecref="P:Windows.Foundation.Point.Y" />-coordinate value of this <seecref="T:Windows.Foundation.Point" />.</summary>
325
+
<value>The <seecref="P:Windows.Foundation.Point.Y" />-coordinate value of this <seecref="T:Windows.Foundation.Point" /> struct. The default value is 0.</value>
0 commit comments