C# Class HelixToolkit.Wpf.SharpDX.RenderTechnique

Inheritance: IComparable
显示文件 Open project: inventhelp/helix-toolkit Class Usage Examples

Public Methods

Method 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 method

public CompareTo ( object obj ) : int
obj object
return int

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

RenderTechnique() public method

public RenderTechnique ( string name ) : System
name string
return System

RenderTechnique() public method

public RenderTechnique ( string name, Effect effect, InputLayout layout ) : System
name string
effect Effect
layout InputLayout
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool