Closed
Description
https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Windows.Media/Matrix.xml
https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.matrix.multiply?view=netcore-3.1
If you look at the example noted, it displays an example for Matrix.RotateAt()
instead of Matrix.Prepend()
. The example should be updated to include the correct usage of prepend.