public new vtkTextProperty NewInstance()
        {
            vtkTextProperty result      = null;
            uint            mteStatus   = 0u;
            uint            mteIndex    = 4294967295u;
            uint            rawRefCount = 0u;
            IntPtr          intPtr      = vtkTextProperty.vtkTextProperty_NewInstance_37(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkTextProperty)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
Exemple #2
0
        public virtual vtkTextProperty GetHandleTextProperty()
        {
            vtkTextProperty vtkTextProperty = null;
            uint            mteStatus       = 0u;
            uint            mteIndex        = 4294967295u;
            uint            rawRefCount     = 0u;
            IntPtr          intPtr          = vtkSphereRepresentation.vtkSphereRepresentation_GetHandleTextProperty_14(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkTextProperty = (vtkTextProperty)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkTextProperty.Register(null);
                }
            }
            return(vtkTextProperty);
        }
Exemple #4
0
        public virtual vtkTextProperty GetEntryTextProperty()
        {
            vtkTextProperty vtkTextProperty = null;
            uint            mteStatus       = 0u;
            uint            mteIndex        = 4294967295u;
            uint            rawRefCount     = 0u;
            IntPtr          intPtr          = vtkLegendBoxActor.vtkLegendBoxActor_GetEntryTextProperty_18(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkTextProperty = (vtkTextProperty)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkTextProperty.Register(null);
                }
            }
            return(vtkTextProperty);
        }
        public vtkTextProperty GetTextProp()
        {
            vtkTextProperty vtkTextProperty = null;
            uint            mteStatus       = 0u;
            uint            mteIndex        = 4294967295u;
            uint            rawRefCount     = 0u;
            IntPtr          intPtr          = vtkContext2D.vtkContext2D_GetTextProp_49(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkTextProperty = (vtkTextProperty)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkTextProperty.Register(null);
                }
            }
            return(vtkTextProperty);
        }
Exemple #6
0
        public virtual vtkTextProperty GetLabelTextProperty(int type)
        {
            vtkTextProperty vtkTextProperty = null;
            uint            mteStatus       = 0u;
            uint            mteIndex        = 4294967295u;
            uint            rawRefCount     = 0u;
            IntPtr          intPtr          = vtkLabeledDataMapper.vtkLabeledDataMapper_GetLabelTextProperty_12(base.GetCppThis(), type, ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkTextProperty = (vtkTextProperty)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkTextProperty.Register(null);
                }
            }
            return(vtkTextProperty);
        }
Exemple #7
0
        public virtual vtkTextProperty GetGraphEdgeLabelTextProperty(int idx)
        {
            vtkTextProperty vtkTextProperty = null;
            uint            mteStatus       = 0u;
            uint            mteIndex        = 4294967295u;
            uint            rawRefCount     = 0u;
            IntPtr          intPtr          = vtkRenderedTreeAreaRepresentation.vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelTextProperty_29(base.GetCppThis(), idx, ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkTextProperty = (vtkTextProperty)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkTextProperty.Register(null);
                }
            }
            return(vtkTextProperty);
        }
 public virtual void SetLabelTextProperty(vtkTextProperty p)
 {
     vtkPieChartActor.vtkPieChartActor_SetLabelTextProperty_26(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }
Exemple #9
0
 public virtual void SetTitleTextProperty(vtkTextProperty p)
 {
     vtkSpiderPlotActor.vtkSpiderPlotActor_SetTitleTextProperty_46(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }
 public void ApplyTextProp(vtkTextProperty prop)
 {
     vtkContextDevice2D.vtkContextDevice2D_ApplyTextProp_03(base.GetCppThis(), (prop == null) ? default(HandleRef) : prop.GetCppThis());
 }
 public virtual void SetTextProperty(vtkTextProperty p)
 {
     vtkCornerAnnotation.vtkCornerAnnotation_SetTextProperty_35(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }
Exemple #12
0
 public virtual void SetTitleTextProperty(vtkTextProperty p)
 {
     vtkScalarBarActor.vtkScalarBarActor_SetTitleTextProperty_50(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }
 public virtual void SetLabelTextProperty(vtkTextProperty prop)
 {
     vtkHierarchicalGraphPipeline.vtkHierarchicalGraphPipeline_SetLabelTextProperty_30(base.GetCppThis(), (prop == null) ? default(HandleRef) : prop.GetCppThis());
 }
Exemple #14
0
 public virtual void SetCaptionTextProperty(vtkTextProperty p)
 {
     vtkCaptionActor2D.vtkCaptionActor2D_SetCaptionTextProperty_41(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }
 public virtual void SetTextProperty(vtkTextProperty tprop)
 {
     vtkPointSetToLabelHierarchy.vtkPointSetToLabelHierarchy_SetTextProperty_24(base.GetCppThis(), (tprop == null) ? default(HandleRef) : tprop.GetCppThis());
 }
Exemple #16
0
 public virtual void SetGraphEdgeLabelTextProperty(vtkTextProperty tp, int idx)
 {
     vtkRenderedTreeAreaRepresentation.vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelTextProperty_67(base.GetCppThis(), (tp == null) ? default(HandleRef) : tp.GetCppThis(), idx);
 }
Exemple #17
0
 public virtual void SetAreaLabelTextProperty(vtkTextProperty tp)
 {
     vtkRenderedTreeAreaRepresentation.vtkRenderedTreeAreaRepresentation_SetAreaLabelTextProperty_49(base.GetCppThis(), (tp == null) ? default(HandleRef) : tp.GetCppThis());
 }
 public virtual void SetFontProperty(vtkTextProperty fontProp, int type)
 {
     vtkLabelSizeCalculator.vtkLabelSizeCalculator_SetFontProperty_08(base.GetCppThis(), (fontProp == null) ? default(HandleRef) : fontProp.GetCppThis(), type);
 }
Exemple #19
0
 public virtual void SetLabelTextProperty(vtkTextProperty p, int type)
 {
     vtkLabeledDataMapper.vtkLabeledDataMapper_SetLabelTextProperty_38(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis(), type);
 }
 public void ShallowCopy(vtkTextProperty tprop)
 {
     vtkTextProperty.vtkTextProperty_ShallowCopy_66(base.GetCppThis(), (tprop == null) ? default(HandleRef) : tprop.GetCppThis());
 }
 public virtual void SetTitleTextProperty(vtkTextProperty p)
 {
     vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_SetTitleTextProperty_30(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }
 public void SetTextProperty(vtkTextProperty arg0)
 {
     vtkAffineRepresentation2D.vtkAffineRepresentation2D_SetTextProperty_40(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Exemple #23
0
 public virtual void SetTextProperty(vtkTextProperty p)
 {
     vtkTextActor.vtkTextActor_SetTextProperty_35(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }
 public virtual void SetTextProperty(vtkTextProperty p)
 {
     vtkBalloonRepresentation.vtkBalloonRepresentation_SetTextProperty_44(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }
Exemple #25
0
 public virtual void SetDefaultTextProperty(vtkTextProperty tprop)
 {
     vtkLabelRenderStrategy.vtkLabelRenderStrategy_SetDefaultTextProperty_09(base.GetCppThis(), (tprop == null) ? default(HandleRef) : tprop.GetCppThis());
 }
Exemple #26
0
 public virtual void SetLabelTextProperty(vtkTextProperty p)
 {
     vtkLeaderActor2D.vtkLeaderActor2D_SetLabelTextProperty_56(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }
Exemple #27
0
 public virtual void SetEntryTextProperty(vtkTextProperty p)
 {
     vtkLegendBoxActor.vtkLegendBoxActor_SetEntryTextProperty_53(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }
Exemple #28
0
 public virtual void SetAxisTitleTextProperty(vtkTextProperty p)
 {
     vtkCubeAxesActor2D.vtkCubeAxesActor2D_SetAxisTitleTextProperty_53(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }