Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions xml/System.Windows/Point.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@
<format type="text/markdown"><![CDATA[

## Remarks
Adding a <xref:System.Windows.Point> structure to a <xref:System.Windows.Point> structure is prohibited.


Adding a <xref:System.Windows.Point> structure to a <xref:System.Windows.Point> structure is prohibited.

## Examples
This example adds a <xref:System.Windows.Point> to a <xref:System.Windows.Vector> and returns the result as a <xref:System.Windows.Vector> structure.

This example adds a <xref:System.Windows.Vector> to a <xref:System.Windows.Point> and returns the result as a <xref:System.Windows.Point> structure.

:::code language="csharp" source="~/snippets/csharp/System.Windows/Point/Overview/PointExample.cs" id="Snippetaddpointandvectorexample_csharp":::

Expand Down