CombinedGeometry (Exclude)
Hi
CombinedGeometry draws only the Geometry2.
How can I use CombinedGeometry?
CombinedGeometry draws only the Geometry2.
Code: Select all
<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>
Re: CombinedGeometry (Exclude)
Yes, this is still not implemented. Sorry for the inconvenience.
Who is online
Users browsing this forum: Google [Bot] and 1 guest