Пример #1
0
        public LayoutSlot GetSlot(string name)
        {
            IntPtr     cPtr = VixenLibPINVOKE.DataLayout_GetSlot(swigCPtr, name);
            LayoutSlot ret  = (cPtr == IntPtr.Zero) ? null : new LayoutSlot(cPtr, false);

            return(ret);
        }
Пример #2
0
 internal static HandleRef getCPtr(LayoutSlot obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }