PathExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for working with PathF objects.
public ref class PathExtensions abstract sealed
public static class PathExtensions
type PathExtensions = class
Public Module PathExtensions
- Inheritance
-
PathExtensions
Methods
| AsScaledPath(PathF, Single, Single) |
Creates a new path by scaling the target path with separate x and y scale factors. |
| AsScaledPath(PathF, Single) |
Creates a new path by scaling the target path uniformly. |
| ToDefinitionString(PathF, Single) |
Converts a path to an SVG-style path definition string. |