public static class GraphicsPathExtensions<ExtensionAttribute>
Public NotInheritable Class GraphicsPathExtensions[ExtensionAttribute]
public ref class GraphicsPathExtensions abstract sealed[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type GraphicsPathExtensions = class end| AddRoundedRectangle(GraphicsPath, RectangleF, Single) | Adds a rounded rectangle to this GraphicsPath, applying the same corner radius to all corners. |
| AddRoundedRectangle(GraphicsPath, RectangleF, Single, Single, Single, Single) | Adds a rounded rectangle to this GraphicsPath, applying a custom corner radius to each corner. |
| ToGraphicsPath | Converts a Path instance to a GraphicsPath. |
| ToPath | Converts a GraphicsPath instance to a Path. |