Add two classes CombinedGeometry and PathGeometry just like WPF #10278
Answered
by
jeromelaban
huangfuhao
asked this question in
Q&A
-
1.Add Two Classes CombinedGeometry ,PathGeometry just like WPF
|
Beta Was this translation helpful? Give feedback.
Answered by
jeromelaban
Oct 27, 2022
Replies: 1 comment 1 reply
-
Thanks for the suggestion! At this time, we cannot add this particular class because it is not supported by WinUI, mainly because the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
huangfuhao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the suggestion!
At this time, we cannot add this particular class because it is not supported by WinUI, mainly because the
Clip
Property is aRectangleGeometry
. That being said, on Windows (and only Skia on Uno Platform at this time), it's possible to use the composition API to do visual clipping withCompositionGeometricClip
.