Search Results for

    Show / Hide Table of Contents

    Class SvgTransform

    Inheritance
    Object
    SvgTransform
    SvgMatrix
    SvgRotate
    SvgScale
    SvgShear
    SvgSkew
    SvgTranslate
    Implements
    ICloneable
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Svg.Transforms
    Assembly: Svg.dll
    Syntax
    public abstract class SvgTransform : ICloneable

    Properties

    | Improve this Doc View Source

    Matrix

    Declaration
    public abstract Matrix Matrix { get; }
    Property Value
    Type Description
    Matrix

    Methods

    | Improve this Doc View Source

    Clone()

    Declaration
    public abstract object Clone()
    Returns
    Type Description
    Object
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    | Improve this Doc View Source

    WriteToString()

    Declaration
    public abstract string WriteToString()
    Returns
    Type Description
    System.String

    Operators

    | Improve this Doc View Source

    Equality(SvgTransform, SvgTransform)

    Declaration
    public static bool operator ==(SvgTransform lhs, SvgTransform rhs)
    Parameters
    Type Name Description
    SvgTransform lhs
    SvgTransform rhs
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Inequality(SvgTransform, SvgTransform)

    Declaration
    public static bool operator !=(SvgTransform lhs, SvgTransform rhs)
    Parameters
    Type Name Description
    SvgTransform lhs
    SvgTransform rhs
    Returns
    Type Description
    Boolean

    Implements

    System.ICloneable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX