ActiViz .NET
5.8.0
|
vtkTextProperty - represent text properties. More...
Public Member Functions | |
vtkTextProperty (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTextProperty () | |
Creates a new text property with font size 12, bold off, italic off, and Arial font. | |
virtual void | BoldOff () |
Enable/disable text bolding. | |
virtual void | BoldOn () |
Enable/disable text bolding. | |
virtual int | GetBold () |
Enable/disable text bolding. | |
virtual double[] | GetColor () |
Set the color of the text. | |
virtual void | GetColor (ref double _arg1, ref double _arg2, ref double _arg3) |
Set the color of the text. | |
virtual void | GetColor (IntPtr _arg) |
Set the color of the text. | |
int | GetFontFamily () |
Shallow copy of a text property. | |
virtual string | GetFontFamilyAsString () |
Set/Get the font family. Supports legacy three font family system. | |
int | GetFontFamilyMinValue () |
Set/Get the font family. Supports legacy three font family system. | |
virtual int | GetFontSize () |
Set/Get the font size (in points). | |
virtual int | GetFontSizeMaxValue () |
Set/Get the font size (in points). | |
virtual int | GetFontSizeMinValue () |
Set/Get the font size (in points). | |
virtual int | GetItalic () |
Enable/disable text italic. | |
virtual int | GetJustification () |
Set/Get the horizontal justification to left (default), centered, or right. | |
string | GetJustificationAsString () |
Shallow copy of a text property. | |
virtual int | GetJustificationMaxValue () |
Set/Get the horizontal justification to left (default), centered, or right. | |
virtual int | GetJustificationMinValue () |
Set/Get the horizontal justification to left (default), centered, or right. | |
virtual double | GetLineOffset () |
Set/Get the vertical offset (measured in pixels). | |
virtual double | GetLineSpacing () |
Set/Get the (extra) spacing between lines, expressed as a text height multiplication factor. | |
virtual double | GetOpacity () |
Set/Get the text's opacity. 1.0 is totally opaque and 0.0 is completely transparent. | |
virtual double | GetOrientation () |
Set/Get the text's orientation (in degrees). | |
virtual int | GetShadow () |
Enable/disable text shadow. | |
void | GetShadowColor (IntPtr color) |
Get the shadow color. It is computed from the Color ivar. | |
virtual int[] | GetShadowOffset () |
Set/Get the shadow offset, i.e. the distance from the text to its shadow, in the same unit as FontSize. | |
virtual void | GetShadowOffset (IntPtr data) |
Set/Get the shadow offset, i.e. the distance from the text to its shadow, in the same unit as FontSize. | |
virtual int | GetVerticalJustification () |
Set/Get the vertical justification to bottom (default), middle, or top. | |
string | GetVerticalJustificationAsString () |
Shallow copy of a text property. | |
virtual int | GetVerticalJustificationMaxValue () |
Set/Get the vertical justification to bottom (default), middle, or top. | |
virtual int | GetVerticalJustificationMinValue () |
Set/Get the vertical justification to bottom (default), middle, or top. | |
override int | IsA (string type) |
Undocumented Block. | |
virtual void | ItalicOff () |
Enable/disable text italic. | |
virtual void | ItalicOn () |
Enable/disable text italic. | |
new vtkTextProperty | NewInstance () |
Undocumented Block. | |
virtual void | SetBold (int _arg) |
Enable/disable text bolding. | |
virtual void | SetColor (double _arg1, double _arg2, double _arg3) |
Set the color of the text. | |
virtual void | SetColor (IntPtr _arg) |
Set the color of the text. | |
void | SetFontFamily (int t) |
Shallow copy of a text property. | |
virtual void | SetFontFamilyAsString (string _arg) |
Set/Get the font family. Supports legacy three font family system. | |
void | SetFontFamilyToArial () |
Shallow copy of a text property. | |
void | SetFontFamilyToCourier () |
Shallow copy of a text property. | |
void | SetFontFamilyToTimes () |
Shallow copy of a text property. | |
virtual void | SetFontSize (int _arg) |
Set/Get the font size (in points). | |
virtual void | SetItalic (int _arg) |
Enable/disable text italic. | |
virtual void | SetJustification (int _arg) |
Set/Get the horizontal justification to left (default), centered, or right. | |
void | SetJustificationToCentered () |
Set/Get the horizontal justification to left (default), centered, or right. | |
void | SetJustificationToLeft () |
Set/Get the horizontal justification to left (default), centered, or right. | |
void | SetJustificationToRight () |
Set/Get the horizontal justification to left (default), centered, or right. | |
virtual void | SetLineOffset (double _arg) |
Set/Get the vertical offset (measured in pixels). | |
virtual void | SetLineSpacing (double _arg) |
Set/Get the (extra) spacing between lines, expressed as a text height multiplication factor. | |
virtual void | SetOpacity (double _arg) |
Set/Get the text's opacity. 1.0 is totally opaque and 0.0 is completely transparent. | |
virtual void | SetOrientation (double _arg) |
Set/Get the text's orientation (in degrees). | |
virtual void | SetShadow (int _arg) |
Enable/disable text shadow. | |
virtual void | SetShadowOffset (int _arg1, int _arg2) |
Set/Get the shadow offset, i.e. the distance from the text to its shadow, in the same unit as FontSize. | |
void | SetShadowOffset (IntPtr _arg) |
Set/Get the shadow offset, i.e. the distance from the text to its shadow, in the same unit as FontSize. | |
virtual void | SetVerticalJustification (int _arg) |
Set/Get the vertical justification to bottom (default), middle, or top. | |
void | SetVerticalJustificationToBottom () |
Set/Get the vertical justification to bottom (default), middle, or top. | |
void | SetVerticalJustificationToCentered () |
Set/Get the vertical justification to bottom (default), middle, or top. | |
void | SetVerticalJustificationToTop () |
Set/Get the vertical justification to bottom (default), middle, or top. | |
virtual void | ShadowOff () |
Enable/disable text shadow. | |
virtual void | ShadowOn () |
Enable/disable text shadow. | |
void | ShallowCopy (vtkTextProperty tprop) |
Shallow copy of a text property. | |
Static Public Member Functions | |
static new vtkTextProperty | New () |
Creates a new text property with font size 12, bold off, italic off, and Arial font. | |
static string | GetFontFamilyAsString (int f) |
Shallow copy of a text property. | |
static int | GetFontFamilyFromString (string f) |
Shallow copy of a text property. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTextProperty | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTextProperty" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkTextProperty" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal IntPtr | vtkTextProperty_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTextProperty_BoldOff_01 (HandleRef pThis) |
static internal void | vtkTextProperty_BoldOn_02 (HandleRef pThis) |
static internal int | vtkTextProperty_GetBold_03 (HandleRef pThis) |
static internal IntPtr | vtkTextProperty_GetColor_04 (HandleRef pThis) |
static internal void | vtkTextProperty_GetColor_05 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkTextProperty_GetColor_06 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkTextProperty_GetFontFamily_07 (HandleRef pThis) |
static internal IntPtr | vtkTextProperty_GetFontFamilyAsString_08 (HandleRef pThis) |
static internal IntPtr | vtkTextProperty_GetFontFamilyAsString_09 (int f) |
static internal int | vtkTextProperty_GetFontFamilyFromString_10 (string f) |
static internal int | vtkTextProperty_GetFontFamilyMinValue_11 (HandleRef pThis) |
static internal int | vtkTextProperty_GetFontSize_12 (HandleRef pThis) |
static internal int | vtkTextProperty_GetFontSizeMaxValue_13 (HandleRef pThis) |
static internal int | vtkTextProperty_GetFontSizeMinValue_14 (HandleRef pThis) |
static internal int | vtkTextProperty_GetItalic_15 (HandleRef pThis) |
static internal int | vtkTextProperty_GetJustification_16 (HandleRef pThis) |
static internal IntPtr | vtkTextProperty_GetJustificationAsString_17 (HandleRef pThis) |
static internal int | vtkTextProperty_GetJustificationMaxValue_18 (HandleRef pThis) |
static internal int | vtkTextProperty_GetJustificationMinValue_19 (HandleRef pThis) |
static internal double | vtkTextProperty_GetLineOffset_20 (HandleRef pThis) |
static internal double | vtkTextProperty_GetLineSpacing_21 (HandleRef pThis) |
static internal double | vtkTextProperty_GetOpacity_22 (HandleRef pThis) |
static internal double | vtkTextProperty_GetOrientation_23 (HandleRef pThis) |
static internal int | vtkTextProperty_GetShadow_24 (HandleRef pThis) |
static internal void | vtkTextProperty_GetShadowColor_25 (HandleRef pThis, IntPtr color) |
static internal IntPtr | vtkTextProperty_GetShadowOffset_26 (HandleRef pThis) |
static internal void | vtkTextProperty_GetShadowOffset_27 (HandleRef pThis, IntPtr data) |
static internal int | vtkTextProperty_GetVerticalJustification_28 (HandleRef pThis) |
static internal IntPtr | vtkTextProperty_GetVerticalJustificationAsString_29 (HandleRef pThis) |
static internal int | vtkTextProperty_GetVerticalJustificationMaxValue_30 (HandleRef pThis) |
static internal int | vtkTextProperty_GetVerticalJustificationMinValue_31 (HandleRef pThis) |
static internal int | vtkTextProperty_IsA_32 (HandleRef pThis, string type) |
static internal int | vtkTextProperty_IsTypeOf_33 (string type) |
static internal void | vtkTextProperty_ItalicOff_34 (HandleRef pThis) |
static internal void | vtkTextProperty_ItalicOn_35 (HandleRef pThis) |
static internal IntPtr | vtkTextProperty_NewInstance_37 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTextProperty_SafeDownCast_38 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTextProperty_SetBold_39 (HandleRef pThis, int _arg) |
static internal void | vtkTextProperty_SetColor_40 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkTextProperty_SetColor_41 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkTextProperty_SetFontFamily_42 (HandleRef pThis, int t) |
static internal void | vtkTextProperty_SetFontFamilyAsString_43 (HandleRef pThis, string _arg) |
static internal void | vtkTextProperty_SetFontFamilyToArial_44 (HandleRef pThis) |
static internal void | vtkTextProperty_SetFontFamilyToCourier_45 (HandleRef pThis) |
static internal void | vtkTextProperty_SetFontFamilyToTimes_46 (HandleRef pThis) |
static internal void | vtkTextProperty_SetFontSize_47 (HandleRef pThis, int _arg) |
static internal void | vtkTextProperty_SetItalic_48 (HandleRef pThis, int _arg) |
static internal void | vtkTextProperty_SetJustification_49 (HandleRef pThis, int _arg) |
static internal void | vtkTextProperty_SetJustificationToCentered_50 (HandleRef pThis) |
static internal void | vtkTextProperty_SetJustificationToLeft_51 (HandleRef pThis) |
static internal void | vtkTextProperty_SetJustificationToRight_52 (HandleRef pThis) |
static internal void | vtkTextProperty_SetLineOffset_53 (HandleRef pThis, double _arg) |
static internal void | vtkTextProperty_SetLineSpacing_54 (HandleRef pThis, double _arg) |
static internal void | vtkTextProperty_SetOpacity_55 (HandleRef pThis, double _arg) |
static internal void | vtkTextProperty_SetOrientation_56 (HandleRef pThis, double _arg) |
static internal void | vtkTextProperty_SetShadow_57 (HandleRef pThis, int _arg) |
static internal void | vtkTextProperty_SetShadowOffset_58 (HandleRef pThis, int _arg1, int _arg2) |
static internal void | vtkTextProperty_SetShadowOffset_59 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkTextProperty_SetVerticalJustification_60 (HandleRef pThis, int _arg) |
static internal void | vtkTextProperty_SetVerticalJustificationToBottom_61 (HandleRef pThis) |
static internal void | vtkTextProperty_SetVerticalJustificationToCentered_62 (HandleRef pThis) |
static internal void | vtkTextProperty_SetVerticalJustificationToTop_63 (HandleRef pThis) |
static internal void | vtkTextProperty_ShadowOff_64 (HandleRef pThis) |
static internal void | vtkTextProperty_ShadowOn_65 (HandleRef pThis) |
static internal void | vtkTextProperty_ShallowCopy_66 (HandleRef pThis, HandleRef tprop) |
Static Private Member Functions | |
static | vtkTextProperty () |
Automatically generated type registration mechanics. |
vtkTextProperty - represent text properties.
Description vtkTextProperty is an object that represents text properties. The primary properties that can be set are color, opacity, font size, font family horizontal and vertical justification, bold/italic/shadow styles.
vtkTextMapper vtkTextActor vtkLegendBoxActor vtkCaptionActor2D
static Kitware.VTK.vtkTextProperty.vtkTextProperty | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTextProperty.vtkTextProperty | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Creates a new text property with font size 12, bold off, italic off, and Arial font.
virtual void Kitware.VTK.vtkTextProperty.BoldOff | ( | ) | [virtual] |
Enable/disable text bolding.
virtual void Kitware.VTK.vtkTextProperty.BoldOn | ( | ) | [virtual] |
Enable/disable text bolding.
override void Kitware.VTK.vtkTextProperty.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkObject.
virtual int Kitware.VTK.vtkTextProperty.GetBold | ( | ) | [virtual] |
Enable/disable text bolding.
virtual double [] Kitware.VTK.vtkTextProperty.GetColor | ( | ) | [virtual] |
Set the color of the text.
virtual void Kitware.VTK.vtkTextProperty.GetColor | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Set the color of the text.
virtual void Kitware.VTK.vtkTextProperty.GetColor | ( | IntPtr | _arg | ) | [virtual] |
Set the color of the text.
Shallow copy of a text property.
virtual string Kitware.VTK.vtkTextProperty.GetFontFamilyAsString | ( | ) | [virtual] |
Set/Get the font family. Supports legacy three font family system.
static string Kitware.VTK.vtkTextProperty.GetFontFamilyAsString | ( | int | f | ) | [static] |
Shallow copy of a text property.
static int Kitware.VTK.vtkTextProperty.GetFontFamilyFromString | ( | string | f | ) | [static] |
Shallow copy of a text property.
Set/Get the font family. Supports legacy three font family system.
virtual int Kitware.VTK.vtkTextProperty.GetFontSize | ( | ) | [virtual] |
Set/Get the font size (in points).
virtual int Kitware.VTK.vtkTextProperty.GetFontSizeMaxValue | ( | ) | [virtual] |
Set/Get the font size (in points).
virtual int Kitware.VTK.vtkTextProperty.GetFontSizeMinValue | ( | ) | [virtual] |
Set/Get the font size (in points).
virtual int Kitware.VTK.vtkTextProperty.GetItalic | ( | ) | [virtual] |
Enable/disable text italic.
virtual int Kitware.VTK.vtkTextProperty.GetJustification | ( | ) | [virtual] |
Set/Get the horizontal justification to left (default), centered, or right.
Shallow copy of a text property.
virtual int Kitware.VTK.vtkTextProperty.GetJustificationMaxValue | ( | ) | [virtual] |
Set/Get the horizontal justification to left (default), centered, or right.
virtual int Kitware.VTK.vtkTextProperty.GetJustificationMinValue | ( | ) | [virtual] |
Set/Get the horizontal justification to left (default), centered, or right.
virtual double Kitware.VTK.vtkTextProperty.GetLineOffset | ( | ) | [virtual] |
Set/Get the vertical offset (measured in pixels).
virtual double Kitware.VTK.vtkTextProperty.GetLineSpacing | ( | ) | [virtual] |
Set/Get the (extra) spacing between lines, expressed as a text height multiplication factor.
virtual double Kitware.VTK.vtkTextProperty.GetOpacity | ( | ) | [virtual] |
Set/Get the text's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
virtual double Kitware.VTK.vtkTextProperty.GetOrientation | ( | ) | [virtual] |
Set/Get the text's orientation (in degrees).
virtual int Kitware.VTK.vtkTextProperty.GetShadow | ( | ) | [virtual] |
Enable/disable text shadow.
void Kitware.VTK.vtkTextProperty.GetShadowColor | ( | IntPtr | color | ) |
Get the shadow color. It is computed from the Color ivar.
virtual int [] Kitware.VTK.vtkTextProperty.GetShadowOffset | ( | ) | [virtual] |
Set/Get the shadow offset, i.e. the distance from the text to its shadow, in the same unit as FontSize.
virtual void Kitware.VTK.vtkTextProperty.GetShadowOffset | ( | IntPtr | data | ) | [virtual] |
Set/Get the shadow offset, i.e. the distance from the text to its shadow, in the same unit as FontSize.
virtual int Kitware.VTK.vtkTextProperty.GetVerticalJustification | ( | ) | [virtual] |
Set/Get the vertical justification to bottom (default), middle, or top.
Shallow copy of a text property.
virtual int Kitware.VTK.vtkTextProperty.GetVerticalJustificationMaxValue | ( | ) | [virtual] |
Set/Get the vertical justification to bottom (default), middle, or top.
virtual int Kitware.VTK.vtkTextProperty.GetVerticalJustificationMinValue | ( | ) | [virtual] |
Set/Get the vertical justification to bottom (default), middle, or top.
override int Kitware.VTK.vtkTextProperty.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkTextProperty.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
virtual void Kitware.VTK.vtkTextProperty.ItalicOff | ( | ) | [virtual] |
Enable/disable text italic.
virtual void Kitware.VTK.vtkTextProperty.ItalicOn | ( | ) | [virtual] |
Enable/disable text italic.
static new vtkTextProperty Kitware.VTK.vtkTextProperty.New | ( | ) | [static] |
Creates a new text property with font size 12, bold off, italic off, and Arial font.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkTextProperty Kitware.VTK.vtkTextProperty.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
virtual void Kitware.VTK.vtkTextProperty.SetBold | ( | int | _arg | ) | [virtual] |
Enable/disable text bolding.
virtual void Kitware.VTK.vtkTextProperty.SetColor | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set the color of the text.
virtual void Kitware.VTK.vtkTextProperty.SetColor | ( | IntPtr | _arg | ) | [virtual] |
Set the color of the text.
void Kitware.VTK.vtkTextProperty.SetFontFamily | ( | int | t | ) |
Shallow copy of a text property.
virtual void Kitware.VTK.vtkTextProperty.SetFontFamilyAsString | ( | string | _arg | ) | [virtual] |
Set/Get the font family. Supports legacy three font family system.
Shallow copy of a text property.
Shallow copy of a text property.
Shallow copy of a text property.
virtual void Kitware.VTK.vtkTextProperty.SetFontSize | ( | int | _arg | ) | [virtual] |
Set/Get the font size (in points).
virtual void Kitware.VTK.vtkTextProperty.SetItalic | ( | int | _arg | ) | [virtual] |
Enable/disable text italic.
virtual void Kitware.VTK.vtkTextProperty.SetJustification | ( | int | _arg | ) | [virtual] |
Set/Get the horizontal justification to left (default), centered, or right.
Set/Get the horizontal justification to left (default), centered, or right.
Set/Get the horizontal justification to left (default), centered, or right.
Set/Get the horizontal justification to left (default), centered, or right.
virtual void Kitware.VTK.vtkTextProperty.SetLineOffset | ( | double | _arg | ) | [virtual] |
Set/Get the vertical offset (measured in pixels).
virtual void Kitware.VTK.vtkTextProperty.SetLineSpacing | ( | double | _arg | ) | [virtual] |
Set/Get the (extra) spacing between lines, expressed as a text height multiplication factor.
virtual void Kitware.VTK.vtkTextProperty.SetOpacity | ( | double | _arg | ) | [virtual] |
Set/Get the text's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
virtual void Kitware.VTK.vtkTextProperty.SetOrientation | ( | double | _arg | ) | [virtual] |
Set/Get the text's orientation (in degrees).
virtual void Kitware.VTK.vtkTextProperty.SetShadow | ( | int | _arg | ) | [virtual] |
Enable/disable text shadow.
virtual void Kitware.VTK.vtkTextProperty.SetShadowOffset | ( | int | _arg1, |
int | _arg2 | ||
) | [virtual] |
Set/Get the shadow offset, i.e. the distance from the text to its shadow, in the same unit as FontSize.
void Kitware.VTK.vtkTextProperty.SetShadowOffset | ( | IntPtr | _arg | ) |
Set/Get the shadow offset, i.e. the distance from the text to its shadow, in the same unit as FontSize.
virtual void Kitware.VTK.vtkTextProperty.SetVerticalJustification | ( | int | _arg | ) | [virtual] |
Set/Get the vertical justification to bottom (default), middle, or top.
Set/Get the vertical justification to bottom (default), middle, or top.
Set/Get the vertical justification to bottom (default), middle, or top.
Set/Get the vertical justification to bottom (default), middle, or top.
virtual void Kitware.VTK.vtkTextProperty.ShadowOff | ( | ) | [virtual] |
Enable/disable text shadow.
virtual void Kitware.VTK.vtkTextProperty.ShadowOn | ( | ) | [virtual] |
Enable/disable text shadow.
void Kitware.VTK.vtkTextProperty.ShallowCopy | ( | vtkTextProperty | tprop | ) |
Shallow copy of a text property.
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_BoldOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_BoldOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetBold_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextProperty.vtkTextProperty_GetColor_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_GetColor_05 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_GetColor_06 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetFontFamily_07 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextProperty.vtkTextProperty_GetFontFamilyAsString_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextProperty.vtkTextProperty_GetFontFamilyAsString_09 | ( | int | f | ) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetFontFamilyFromString_10 | ( | string | f | ) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetFontFamilyMinValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetFontSize_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetFontSizeMaxValue_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetFontSizeMinValue_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetItalic_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetJustification_16 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextProperty.vtkTextProperty_GetJustificationAsString_17 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetJustificationMaxValue_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetJustificationMinValue_19 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTextProperty.vtkTextProperty_GetLineOffset_20 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTextProperty.vtkTextProperty_GetLineSpacing_21 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTextProperty.vtkTextProperty_GetOpacity_22 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTextProperty.vtkTextProperty_GetOrientation_23 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetShadow_24 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_GetShadowColor_25 | ( | HandleRef | pThis, |
IntPtr | color | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTextProperty.vtkTextProperty_GetShadowOffset_26 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_GetShadowOffset_27 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetVerticalJustification_28 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextProperty.vtkTextProperty_GetVerticalJustificationAsString_29 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetVerticalJustificationMaxValue_30 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_GetVerticalJustificationMinValue_31 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_IsA_32 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTextProperty.vtkTextProperty_IsTypeOf_33 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_ItalicOff_34 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_ItalicOn_35 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextProperty.vtkTextProperty_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTextProperty.vtkTextProperty_NewInstance_37 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTextProperty.vtkTextProperty_SafeDownCast_38 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetBold_39 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetColor_40 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetColor_41 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetFontFamily_42 | ( | HandleRef | pThis, |
int | t | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetFontFamilyAsString_43 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetFontFamilyToArial_44 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetFontFamilyToCourier_45 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetFontFamilyToTimes_46 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetFontSize_47 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetItalic_48 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetJustification_49 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetJustificationToCentered_50 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetJustificationToLeft_51 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetJustificationToRight_52 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetLineOffset_53 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetLineSpacing_54 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetOpacity_55 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetOrientation_56 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetShadow_57 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetShadowOffset_58 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetShadowOffset_59 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetVerticalJustification_60 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetVerticalJustificationToBottom_61 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetVerticalJustificationToCentered_62 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_SetVerticalJustificationToTop_63 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_ShadowOff_64 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_ShadowOn_65 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextProperty.vtkTextProperty_ShallowCopy_66 | ( | HandleRef | pThis, |
HandleRef | tprop | ||
) | [private] |
new readonly string Kitware.VTK.vtkTextProperty.MRClassNameKey = "15vtkTextProperty" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkTextProperty.MRFullTypeName = "Kitware.VTK.vtkTextProperty" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.