コード例 #1
0
        public new vtkFreeTypeStringToImage NewInstance()
        {
            vtkFreeTypeStringToImage result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkFreeTypeStringToImage.vtkFreeTypeStringToImage_NewInstance_05(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkFreeTypeStringToImage)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
コード例 #2
0
        public new static vtkFreeTypeStringToImage SafeDownCast(vtkObjectBase o)
        {
            vtkFreeTypeStringToImage vtkFreeTypeStringToImage = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkFreeTypeStringToImage.vtkFreeTypeStringToImage_SafeDownCast_06((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkFreeTypeStringToImage = (vtkFreeTypeStringToImage)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkFreeTypeStringToImage.Register(null);
                }
            }
            return(vtkFreeTypeStringToImage);
        }
コード例 #3
0
 public void DeepCopy(vtkFreeTypeStringToImage utility)
 {
     vtkFreeTypeStringToImage.vtkFreeTypeStringToImage_DeepCopy_01(base.GetCppThis(), (utility == null) ? default(HandleRef) : utility.GetCppThis());
 }