ReaderSvgTransformShapes Property |
Namespace: Ab2d
TransformShapes gets or sets a Boolean that specifies if all shape objects (Rectangles, Ellipses, Path, Polygons, etc.) that have simple transformation (only translate or scale) or canvas position are transformed with changing their data with the specified transformation. This can remove RenderTransform, Canvas.Left and Canvas.Top from most of the shapes (exception are shapes that render transform).
When rotate transformations are used on Path with curves, Rectangle and Ellipse shape, the shape object will still contain the transformation because it is not possible to rotate the object with changing its data (position and size).