C# Class HoloToolkit.Sharing.LongElement

Inheritance: Element
Mostrar archivo Open project: OpenHID/InteractivePaint

Public Methods

Method Description
Cast ( Element element ) : LongElement
Dispose ( ) : void
GetValue ( ) : long
SetValue ( long newValue ) : void

Private Methods

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

Method Details

Cast() public static method

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

Dispose() public method

public Dispose ( ) : void
return void

GetValue() public method

public GetValue ( ) : long
return long

SetValue() public method

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