When using the ScaleTransformSilverlight class, it also scales the thickness of the strokes in the shapes that I'm showing. But what if I do not want this behavior? Is it possible to disable the scaling of strokes, or do I have to iterate over each shape object and set the inverse thickness?
ScaleTransform
A ScaleTransformis a visualization transformation. It does not change the basic layout, it just changes the way it is drawn on the screen. It is impossible to have a scale of points, but not to have a scale of line thickness.
Source: https://habr.com/ru/post/1753255/More articles:How to change the default framebuffer for Android? - androidBinary grouping in R - rThe intersection position of the 3d vector and the cube - cEnable python support when installing opencv using mac ports - pythonhow to encrypt private messages so that they cannot be read by the system administrator - phpWhat is the evaluation order of the bash "test" command? - bashImplementing MSSCCI Providers in .Net - .netWeb Application Running on VS Development Server But Not Running on IIS - .netASP.NET Recreates Cached Control - cachingActive configuration - visual-studioAll Articles