public new vtkContext2D NewInstance() { vtkContext2D result = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkContext2D.vtkContext2D_NewInstance_54(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; result = (vtkContext2D)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); } return(result); }
public new static vtkContext2D SafeDownCast(vtkObjectBase o) { vtkContext2D vtkContext2D = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkContext2D.vtkContext2D_SafeDownCast_57((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkContext2D = (vtkContext2D)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkContext2D.Register(null); } } return(vtkContext2D); }
public virtual vtkContext2D GetContext() { vtkContext2D vtkContext2D = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkContextActor.vtkContextActor_GetContext_01(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkContext2D = (vtkContext2D)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkContext2D.Register(null); } } return(vtkContext2D); }
public override bool Paint(vtkContext2D painter) { return(vtkPlotBar.vtkPlotBar_Paint_12(base.GetCppThis(), (painter == null) ? default(HandleRef) : painter.GetCppThis()) != 0); }
public override bool Paint(vtkContext2D painter) { return(vtkPlotHistogram2D.vtkPlotHistogram2D_Paint_08(base.GetCppThis(), (painter == null) ? default(HandleRef) : painter.GetCppThis()) != 0); }
public override bool Paint(vtkContext2D painter) { return(vtkChartPie.vtkChartPie_Paint_10(base.GetCppThis(), (painter == null) ? default(HandleRef) : painter.GetCppThis()) != 0); }
public override bool Paint(vtkContext2D painter) { return(vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_Paint_09(base.GetCppThis(), (painter == null) ? default(HandleRef) : painter.GetCppThis()) != 0); }
public bool PaintChildren(vtkContext2D painter) { return(vtkAbstractContextItem.vtkAbstractContextItem_PaintChildren_12(base.GetCppThis(), (painter == null) ? default(HandleRef) : painter.GetCppThis()) != 0); }
public virtual bool Paint(vtkContext2D painter) { return(vtkAbstractContextItem.vtkAbstractContextItem_Paint_11(base.GetCppThis(), (painter == null) ? default(HandleRef) : painter.GetCppThis()) != 0); }
public override bool Paint(vtkContext2D painter) { return(vtkControlPointsItem.vtkControlPointsItem_Paint_20(base.GetCppThis(), (painter == null) ? default(HandleRef) : painter.GetCppThis()) != 0); }
public override bool Paint(vtkContext2D painter) { return(vtkScalarsToColorsItem.vtkScalarsToColorsItem_Paint_07(base.GetCppThis(), (painter == null) ? default(HandleRef) : painter.GetCppThis()) != 0); }
public override bool Paint(vtkContext2D painter) { return(vtkContextTransform.vtkContextTransform_Paint_06(base.GetCppThis(), (painter == null) ? default(HandleRef) : painter.GetCppThis()) != 0); }
public virtual void SetContext(vtkContext2D context) { vtkContextActor.vtkContextActor_SetContext_10(base.GetCppThis(), (context == null) ? default(HandleRef) : context.GetCppThis()); }
public virtual bool Paint(vtkContext2D painter) { return(vtkContextScene.vtkContextScene_Paint_22(base.GetCppThis(), (painter == null) ? default(HandleRef) : painter.GetCppThis()) != 0); }
public virtual void SetContext(vtkContext2D context) { vtkContextView.vtkContextView_SetContext_08(base.GetCppThis(), (context == null) ? default(HandleRef) : context.GetCppThis()); }
public override bool Paint(vtkContext2D painter) { return(vtkColorLegend.vtkColorLegend_Paint_07(base.GetCppThis(), (painter == null) ? default(HandleRef) : painter.GetCppThis()) != 0); }