dotnet / dotnet/dotnet-api-docs
PathSegment.IsSmoothJoin possible error and confusing explanation
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
_From @alataffective on Friday, March 1, 2019 10:51:20 AM_
**Link to article:**
https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.pathsegment.issmoothjoin?view=netframework-4.7.2
**Problem 1 (affected join):**
"join between this PathSegment and the previous PathSegment"
In my tests the property value affects this path segment and the _next_ path segment not the previous as stated.
**Problem 2 (corner value and definition):**
Saying that true means it is not treated as a corner. What does treated as a corner mean? When true, the join between this segment and the next is rounded, giving the impression (to me at least) of a corner. So in my mind true means it _is_ treated as a corner, where false means the lines are just drawn one over another. This does depend on the definition of corner (which is not provided).
_Copied from original issue: MicrosoftDocs/feedback#1217_
Contributor guide
Assessment
This issue has not been assessed yet.