Class SvgTransform
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Svg.dll
public abstract class SvgTransform : ICloneable
Properties
|
Improve this Doc
View Source
Declaration
public abstract Matrix Matrix { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public abstract object Clone()
Returns
|
Improve this Doc
View Source
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
Declaration
public abstract string WriteToString()
Returns
| Type |
Description |
| System.String |
|
Operators
|
Improve this Doc
View Source
Declaration
public static bool operator ==(SvgTransform lhs, SvgTransform rhs)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static bool operator !=(SvgTransform lhs, SvgTransform rhs)
Parameters
Returns
Implements