C# Class HoloToolkit.Sharing.IntElement

Inheritance: Element
Mostrar archivo Open project: OpenHID/InteractivePaint

Public Methods

Method Description
Cast ( Element element ) : IntElement
Dispose ( ) : void
GetValue ( ) : int
SetValue ( int newValue ) : void

Private Methods

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

Method Details

Cast() public static method

public static Cast ( Element element ) : IntElement
element Element
return IntElement

Dispose() public method

public Dispose ( ) : void
return void

GetValue() public method

public GetValue ( ) : int
return int

SetValue() public method

public SetValue ( int newValue ) : void
newValue int
return void