Search Results for

    Show / Hide Table of Contents

    Class SvgTransformConverter

    Inheritance
    Object
    TypeConverter
    SvgTransformConverter
    Inherited Members
    TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(Type)
    System.ComponentModel.TypeConverter.ConvertFrom(System.Object)
    TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
    TypeConverter.ConvertFromInvariantString(String)
    TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String)
    TypeConverter.ConvertFromString(ITypeDescriptorContext, String)
    TypeConverter.ConvertFromString(String)
    TypeConverter.ConvertTo(Object, Type)
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    System.ComponentModel.TypeConverter.ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, Object)
    System.ComponentModel.TypeConverter.ConvertToString(System.Object)
    TypeConverter.CreateInstance(IDictionary)
    TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary)
    TypeConverter.GetConvertFromException(Object)
    TypeConverter.GetConvertToException(Object, Type)
    TypeConverter.GetCreateInstanceSupported()
    TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext)
    System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)
    System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
    TypeConverter.GetProperties(Object)
    TypeConverter.GetPropertiesSupported()
    System.ComponentModel.TypeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)
    System.ComponentModel.TypeConverter.GetStandardValues()
    TypeConverter.GetStandardValues(ITypeDescriptorContext)
    System.ComponentModel.TypeConverter.GetStandardValuesExclusive()
    TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext)
    System.ComponentModel.TypeConverter.GetStandardValuesSupported()
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Svg.Transforms
    Assembly: Svg.dll
    Syntax
    public class SvgTransformConverter : TypeConverter

    Methods

    | Improve this Doc View Source

    CanConvertFrom(ITypeDescriptorContext, Type)

    Declaration
    public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    Type sourceType
    Returns
    Type Description
    Boolean
    Overrides
    TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type)
    | Improve this Doc View Source

    CanConvertTo(ITypeDescriptorContext, Type)

    Declaration
    public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    Type destinationType
    Returns
    Type Description
    Boolean
    Overrides
    System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)
    | Improve this Doc View Source

    ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

    Converts the given object to the type of this converter, using the specified context and culture information.

    Declaration
    public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context

    An System.ComponentModel.ITypeDescriptorContext that provides a format context.

    CultureInfo culture

    The CultureInfo to use as the current culture.

    Object value

    The Object to convert.

    Returns
    Type Description
    Object

    An Object that represents the converted value.

    Overrides
    TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
    Exceptions
    Type Condition
    NotSupportedException

    The conversion cannot be performed.

    | Improve this Doc View Source

    ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

    Declaration
    public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    CultureInfo culture
    Object value
    Type destinationType
    Returns
    Type Description
    Object
    Overrides
    TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    | Improve this Doc View Source

    Parse(ReadOnlySpan<Char>)

    Declaration
    public static SvgTransformCollection Parse(ReadOnlySpan<char> transform)
    Parameters
    Type Name Description
    ReadOnlySpan<System.Char> transform
    Returns
    Type Description
    SvgTransformCollection
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX