Share via


PathExtensions Class

Definition

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.

Applies to