C# Class Svg.Transforms.SvgTransform

Inheritance: ICloneable
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
Equals ( object obj ) : bool
GetHashCode ( ) : int
WriteToString ( ) : string
operator ( ) : bool

Method Details

Clone() public abstract méthode

public abstract Clone ( ) : object
Résultat object

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

WriteToString() public abstract méthode

public abstract WriteToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool