C# Class HoloToolkit.Sharing.IntElement

Inheritance: Element
Afficher le fichier Open project: OpenHID/InteractivePaint

Méthodes publiques

Méthode Description
Cast ( Element element ) : IntElement
Dispose ( ) : void
GetValue ( ) : int
SetValue ( int newValue ) : void

Private Methods

Méthode Description
IntElement ( global cPtr, bool cMemoryOwn )
getCPtr ( IntElement obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Cast() public static méthode

public static Cast ( Element element ) : IntElement
element Element
Résultat IntElement

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( ) : int
Résultat int

SetValue() public méthode

public SetValue ( int newValue ) : void
newValue int
Résultat void