Struct TextCfw
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public struct TextCfw
Constructors
TextCfw(Int32, Int32, LineWidth)
Declaration
public TextCfw(int Color, int Font, LineWidth Width)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | Color | |
| System.Int32 | Font | |
| LineWidth | Width |
Fields
Color
Declaration
public int Color
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Font
Declaration
public int Font
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Width
Declaration
public LineWidth Width
Field Value
| Type | Description |
|---|---|
| LineWidth |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.ValueType.ToString()