Microsoft.Maui.Graphics
Microsoft.Maui.Graphics copied to clipboard
[Enhancement] ICanvas.Shear
The AffineTransform
class makes it possible to apply a shear transform, in addition to rotate, scale, translate. However, a Shear/Skew operation isn't exposed on ICanvas
. Doing so would make it easier for users to shear/skew objects.
Great call out. I don't support Shear in TouchDraw, which is why I never added that. I'll add that to the to-do list.