public new static vtkCornerAnnotation New()
        {
            vtkCornerAnnotation result = null;
            uint   mteStatus           = 0u;
            uint   mteIndex            = 4294967295u;
            uint   rawRefCount         = 0u;
            IntPtr intPtr = vtkCornerAnnotation.vtkCornerAnnotation_New(ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkCornerAnnotation = (vtkCornerAnnotation)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkCornerAnnotation.Register(null);
                }
            }
            return(vtkCornerAnnotation);
        }
 public void CopyAllTextsFrom(vtkCornerAnnotation ca)
 {
     vtkCornerAnnotation.vtkCornerAnnotation_CopyAllTextsFrom_02(base.GetCppThis(), (ca == null) ? default(HandleRef) : ca.GetCppThis());
 }