Table of Contents

Method ExtractTextPathGeometry

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

ExtractTextPathGeometry(Geometry)

This will extract a PathGeometry that is nested into GeometryGroup, which is normally created by the FormattedText.BuildGeometry() method.

protected static Geometry ExtractTextPathGeometry(Geometry sourceGeometry)

Parameters

sourceGeometry Geometry

Returns

Geometry