Beispiel #1
0
    public int AddUnicodeLabel(ushort[] str, HPoint loc)
    {
        int ret = HCSMVOPINVOKE.HBaseGraph_AddUnicodeLabel__SWIG_4(swigCPtr, str, HPoint.getCPtr(loc));

        if (HCSMVOPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSMVOPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }