C# Class HelixToolkit.Wpf.SharpDX.RenderTechnique

Inheritance: IComparable
Afficher le fichier Open project: inventhelp/helix-toolkit Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
RenderTechnique ( string name ) : System
RenderTechnique ( string name, Effect effect, InputLayout layout ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RenderTechnique() public méthode

public RenderTechnique ( string name ) : System
name string
Résultat System

RenderTechnique() public méthode

public RenderTechnique ( string name, Effect effect, InputLayout layout ) : System
name string
effect Effect
layout InputLayout
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool