public static HandleRef getCPtr(SWIGTYPE_p_HGraphLegendEntryType obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
示例#2
0
 public void GetLegendUnicodeEntry(int entry_id, ushort[] str, System.Text.StringBuilder color, SWIGTYPE_p_HGraphLegendEntryType entry_type)
 {
     HCSMVOPINVOKE.HBaseGraph_GetLegendUnicodeEntry__SWIG_0(swigCPtr, entry_id, str, color, SWIGTYPE_p_HGraphLegendEntryType.getCPtr(entry_type));
 }