question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add CombinedGeometry or GeometryGroup classes

See original GitHub issue

Add a CombinedGeometry class and/or GeometryGroup similar to WPF’s implementations so users can combine geometries without switching to PathGeometry.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
desneillcommented, Jul 16, 2020

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

2reactions
grokyscommented, Sep 15, 2021

@desneill the pull request is here: https://github.com/AvaloniaUI/Avalonia/pull/6576

Hopefully will be part of 0.10.8.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found