touchvg.core.Chars.get C# (CSharp) Method

get() public method

public get ( int index ) : char
index int
return char
  public char get(int index) {
    char ret = touchvgPINVOKE.Chars_get(swigCPtr, index);
    return ret;
  }