Table of Contents

Method ToPath

Namespace
SharpVectors.Renderers.Utils
Assembly
SharpVectors.Rendering.Wpf.dll

ToPath(SvgRectF)

public static PathGeometry ToPath(SvgRectF rect)

Parameters

rect SvgRectF

Returns

PathGeometry

ToPath(Rect)

public static PathGeometry ToPath(Rect rect)

Parameters

rect Rect

Returns

PathGeometry

ToPath(RectangleGeometry)

public static PathGeometry ToPath(RectangleGeometry rect)

Parameters

rect RectangleGeometry

Returns

PathGeometry

ToPath(EllipseGeometry)

public static PathGeometry ToPath(EllipseGeometry ellipse)

Parameters

ellipse EllipseGeometry

Returns

PathGeometry

ToPath(LineGeometry)

public static PathGeometry ToPath(LineGeometry line)

Parameters

line LineGeometry

Returns

PathGeometry