Win2D path renderer that supports resizing #453
dongle-the-gadget
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While there is already a Win2D path parser in current WCT for parsing Win2D paths into Composition Shapes, there is (from what I know) no easy way to render them while supporting uniform resizing. Currently what I have to do is use the
Geometry
class fromWindows.UI.Xaml.Shapes
to get the size of the path, change the size of the container accordingly, and then create aViewbox
to resize it.Would be convenient if we could have a control that can render Win2D paths and allow uniform resizing.
Beta Was this translation helpful? Give feedback.
All reactions