Table of Contents

Method CreateGeometryFromPathMarkup

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.Framework.dll

CreateGeometryFromPathMarkup(IDirect2DFactory, string)

Creates a Direct2D geometry from the given path markup text.

public static IGeometry CreateGeometryFromPathMarkup(this IDirect2DFactory factory, string source)

Parameters

factory IDirect2DFactory
source string

Returns

IGeometry

Remarks

See Path Markup Syntax for information about how this string is formatted.