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