Class NormalizePathExtensions
- Namespace
- SixLabors.ImageSharp.Drawing
- Assembly
- SixLabors.ImageSharp.Drawing.dll
Provides extension methods to IPath that allow paths to be normalized.
public static class NormalizePathExtensions
- Inheritance
-
NormalizePathExtensions
- Inherited Members
Methods
Normalize(IPath)
Creates a normalized positive-winding polygon representation of the specified path.
public static IPath Normalize(this IPath path)
Parameters
pathIPathThe path to normalize.
Returns
- IPath
A path whose contours represent the normalized filled area of
pathusing positive winding.