Search Results for

    Show / Hide Table of Contents

    Struct TextCfw

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.Annotations
    Assembly: NXOpen.dll
    Syntax
    public struct TextCfw

    Constructors

    TextCfw(int, int, LineWidth)

    Declaration
    public TextCfw(int Color, int Font, LineWidth Width)
    Parameters
    Type Name Description
    int Color
    int Font
    LineWidth Width

    Fields

    Color

    Declaration
    public int Color
    Field Value
    Type Description
    int

    Font

    Declaration
    public int Font
    Field Value
    Type Description
    int

    Width

    Declaration
    public LineWidth Width
    Field Value
    Type Description
    LineWidth

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX