Logrus
Topic Author
Posts: 70
Joined: 22 Jul 2015, 12:16

CombinedGeometry (Exclude)

19 Mar 2025, 07:34

Hi
CombinedGeometry draws only the Geometry2.
<Grid
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
              <Canvas>
                <Path Fill="LightBlue" Stroke="Black" StrokeThickness="2">
                    <Path.Data>
                        <CombinedGeometry GeometryCombineMode="Exclude">
                            <CombinedGeometry.Geometry1>
                                <RectangleGeometry Rect="50,50,700,550"/>
                            </CombinedGeometry.Geometry1>
                            <CombinedGeometry.Geometry2>
                                <EllipseGeometry Center="150,125" RadiusX="150" RadiusY="150"/>
                            </CombinedGeometry.Geometry2>
                        </CombinedGeometry>
                    </Path.Data>
                </Path>
            </Canvas>
</Grid>
How can I use CombinedGeometry?
 
Logrus
Topic Author
Posts: 70
Joined: 22 Jul 2015, 12:16

Re: CombinedGeometry (Exclude)

19 Mar 2025, 14:28

I found a ticket for this issue #1948
 
User avatar
jsantos
Site Admin
Posts: 4316
Joined: 20 Jan 2012, 17:18
Contact:

Re: CombinedGeometry (Exclude)

20 Mar 2025, 04:56

Yes, this is still not implemented. Sorry for the inconvenience.

Who is online

Users browsing this forum: maherne and 1 guest