C# Class Svg.Transforms.SvgTransform

Inheritance: ICloneable
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Equals ( object obj ) : bool
GetHashCode ( ) : int
WriteToString ( ) : string
operator ( ) : bool

Method Details

Clone() public abstract method

public abstract Clone ( ) : object
return object

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

WriteToString() public abstract method

public abstract WriteToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool