GraphicsExtensionsDrawSvgPath Method
Draws an SVG path. The following instructions supported: hHmMlLaAqQcCtTsSvVzZ.
Limitation:
- Only one argument can be used for hHvV.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
public static RectangleF DrawSvgPath(
this IGraphics g,
ColorPen pen,
string path
)
<ExtensionAttribute>
Public Shared Function DrawSvgPath (
g As IGraphics,
pen As ColorPen,
path As String
) As RectangleF
public:
[ExtensionAttribute]
static RectangleF DrawSvgPath(
IGraphics^ g,
ColorPen^ pen,
String^ path
)
[<ExtensionAttribute>]
static member DrawSvgPath :
g : IGraphics *
pen : ColorPen *
path : string -> RectangleF
- g IGraphics
-
- pen ColorPen
-
- path String
-
RectangleFIn Visual Basic and C#, you can call this method as an instance method on any object of type
IGraphics. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).