Skip to content

Commit f01ee60

Browse files
authored
minor edits
1 parent d3c6cf1 commit f01ee60

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed

xml/Windows.Foundation/Point.xml

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,12 @@
2929
<format type="text/markdown"><![CDATA[
3030
3131
## Remarks
32-
This represents the .NET projection of the Windows Runtime (WinRT) **Point** type. For more info, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
33-
34-
Additional reference:
35-
36-
- [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) (UWP)
37-
- [System.Windows.Point](https://docs.microsoft.com/dotnet/api/system.windows.point?view=netframework-4.8) (.NET Framwwork)
32+
This represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
3833
3934
]]></format>
4035
</remarks>
36+
<altmember cref="T:System.Windows.Point" />
37+
<related type="Article" href="https://docs.microsoft.com/uwp/api/windows.foundation.point">Point (UWP)</related>
4138
</Docs>
4239
<Members>
4340
<Member MemberName=".ctor">
@@ -65,7 +62,7 @@
6562
<format type="text/markdown"><![CDATA[
6663
6764
## Remarks
68-
This Struct represents the .NET projection of the Windows Runtime (WinRT) **Point** Struct. For more info, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
65+
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
6966
7067
]]></format>
7168
</remarks>
@@ -103,9 +100,9 @@
103100
<format type="text/markdown"><![CDATA[
104101
105102
## Remarks
106-
This Struct represents the .NET projection of the Windows Runtime (WinRT) **Point** Struct. For more info, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
103+
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
107104
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.)
105+
For more information 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.)
109106
110107
]]></format>
111108
</remarks>
@@ -166,9 +163,9 @@
166163
<format type="text/markdown"><![CDATA[
167164
168165
## Remarks
169-
This Struct represents the .NET projection of the Windows Runtime (WinRT) **Point** Struct. For more info, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
166+
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
170167
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.)
168+
For more information 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.)
172169
173170
]]></format>
174171
</remarks>
@@ -203,9 +200,9 @@
203200
<format type="text/markdown"><![CDATA[
204201
205202
## Remarks
206-
This Struct represents the .NET projection of the Windows Runtime (WinRT) **Point** Struct. For more info, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
203+
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
207204
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.)
205+
For more information 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.)
209206
210207
]]></format>
211208
</remarks>
@@ -240,9 +237,9 @@
240237
<format type="text/markdown"><![CDATA[
241238
242239
## Remarks
243-
This Struct represents the .NET projection of the Windows Runtime (WinRT) **Point** Struct. For more info, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
240+
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
244241
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.)
242+
For more information 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.)
246243
247244
]]></format>
248245
</remarks>
@@ -284,7 +281,7 @@
284281
<format type="text/markdown"><![CDATA[
285282
286283
## Remarks
287-
This Struct represents the .NET projection of the Windows Runtime (WinRT) **Point** Struct. For more info, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
284+
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
288285
289286
]]></format>
290287
</remarks>
@@ -319,7 +316,7 @@
319316
<format type="text/markdown"><![CDATA[
320317
321318
## Remarks
322-
This Struct represents the .NET projection of the Windows Runtime (WinRT) **Point** Struct. For more info, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
319+
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
323320
324321
]]></format>
325322
</remarks>
@@ -374,9 +371,9 @@
374371
<format type="text/markdown"><![CDATA[
375372
376373
## Remarks
377-
This Struct represents the .NET projection of the Windows Runtime (WinRT) **Point** Struct. For more info, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
374+
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
378375
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.)
376+
For more information 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.)
380377
381378
]]></format>
382379
</remarks>
@@ -405,9 +402,9 @@
405402
<format type="text/markdown"><![CDATA[
406403
407404
## Remarks
408-
This Struct represents the .NET projection of the Windows Runtime (WinRT) **Point** Struct. For more info, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
405+
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
409406
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.)
407+
For more information 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.)
411408
412409
]]></format>
413410
</remarks>

0 commit comments

Comments
 (0)