Class SvgPathBuilder
Inheritance
System.Object
SvgPathBuilder
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
public class SvgPathBuilder : TypeConverter
Constructors
SvgPathBuilder()
Declaration
public SvgPathBuilder()
Methods
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
System.Globalization.CultureInfo
culture
|
System.Object
value
|
Returns
System.Object
|
Parse(String)
Declaration
public static SvgPathSegmentList Parse(string path)
Parameters
System.String
path
|
Returns
SvgPathSegmentList
|