public new static vtkLeaderActor2D New() { vtkLeaderActor2D result = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkLeaderActor2D.vtkLeaderActor2D_New(ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; result = (vtkLeaderActor2D)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); } return(result); }
public new static vtkLeaderActor2D SafeDownCast(vtkObjectBase o) { vtkLeaderActor2D vtkLeaderActor2D = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkLeaderActor2D.vtkLeaderActor2D_SafeDownCast_40((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkLeaderActor2D = (vtkLeaderActor2D)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkLeaderActor2D.Register(null); } } return(vtkLeaderActor2D); }
public virtual vtkLeaderActor2D GetArc() { vtkLeaderActor2D vtkLeaderActor2D = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkAngleRepresentation2D.vtkAngleRepresentation2D_GetArc_03(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkLeaderActor2D = (vtkLeaderActor2D)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkLeaderActor2D.Register(null); } } return(vtkLeaderActor2D); }