C# Class HoloToolkit.Sharing.StringElement

Inheritance: Element
Mostrar archivo Open project: OpenHID/InteractivePaint

Public Methods

Method Description
Cast ( Element element ) : StringElement
Dispose ( ) : void
GetValue ( ) : XString
SetValue ( XString newString ) : void

Private Methods

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

Method Details

Cast() public static method

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

Dispose() public method

public Dispose ( ) : void
return void

GetValue() public method

public GetValue ( ) : XString
return XString

SetValue() public method

public SetValue ( XString newString ) : void
newString XString
return void