Relative Content

Tag Archive for c#wpfskiasharp

How can I apply non-affine transformations to 2D framework elements in WPF?

Historically, WPF is not able to support 2D non-affine transformations out of the box. Typical solutions require setting up a 3D scene. Of course, I’m trying to avoid creating a 3D scene in my application and instead use a package or library to apply non-affine transformations to basic framework elements.