Merge pull request #1128 from dotnet/main

publishing
This commit is contained in:
Andy (Steve) De George
2021-07-30 10:23:45 -07:00
committed by GitHub
38 changed files with 1346 additions and 11 deletions
@@ -159,11 +159,10 @@ An uppercase `V` indicates that `y` is an absolute value; a lowercase `v` indica
|Syntax|
|------------|
|`T` `controlPoint` `endPoint`<br /><br /> - or -<br /><br /> `t` `controlPoint` `endPoint`|
|`T` `endPoint`<br /><br /> - or -<br /><br /> `t` `endPoint`|
|Term|Description|
|----------|-----------------|
|`controlPoint`|<xref:System.Windows.Point?displayProperty=nameWithType><br /><br /> The control point of the curve, which determines the starting and tangent of the curve.|
|`endPoint`|<xref:System.Windows.Point?displayProperty=nameWithType><br /><br /> The point to which the curve is drawn.|
### Elliptical Arc Command