Add CombinedGeometry or GeometryGroup classes
See original GitHub issueAdd a CombinedGeometry class and/or GeometryGroup similar to WPF’s implementations so users can combine geometries without switching to PathGeometry
.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:9 (5 by maintainers)
Top Results From Across the Web
CombinedGeometry Class (System.Windows.Media)
Geometries can be combined in several ways: using a GeometryGroup, a CombinedGeometry, or the Combine method of the Geometry class.
Read more >Combining LineGeometry with EllipseGeometry (in code ...
You can use GeometryGroup : GeometryGroup combined = new GeometryGroup(); combined.Children.Add(ellipse1); combined.Children.Add(ellipse2); ...
Read more >Path In WPF
The FillRule property of the GeometryGroup class specifies how the intersecting areas of geometry objects in a GeometryGroup are combined.
Read more >Combining Paths in XAML for Silverlight
Draw the two shapes, select them, then select Object | Combine | Unite. This will create a single path you can use in...
Read more >Graphic In XAML And WPF - Software Architects
Be aware that GeometryGroup is really just a collection and nothing more. If you want to build a completely new Geometry by combining...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would also be very interested to know. We are currently working on an app to display vector charts and have run into this as a blocker
@desneill the pull request is here: https://github.com/AvaloniaUI/Avalonia/pull/6576
Hopefully will be part of 0.10.8.