dotnet / dotnet/dotnet-api-docs

PathSegment.IsSmoothJoin possible error and confusing explanation

Open
#3,694 8 comments 0 reactions 0 assignees View on GitHub
area-WPF doc-bug Pri2 Pri3 waiting-on-feedback
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.