Search Results for

    Show / Hide Table of Contents

    Delegate UFDrf.DrawStandardFontStringFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public delegate UFDrf.RenderTextStatus DrawStandardFontStringFnT(string textString, double[] origin, int fontId, double textAngle, double fontSize, double gapSize, double aspectRatio, bool suppressKerning, bool vertical, bool bold, bool italic, IntPtr client);
    Parameters
    Type Name Description
    System.String textString
    System.Double[] origin
    System.Int32 fontId
    System.Double textAngle
    System.Double fontSize
    System.Double gapSize
    System.Double aspectRatio
    System.Boolean suppressKerning
    System.Boolean vertical
    System.Boolean bold
    System.Boolean italic
    System.IntPtr client
    Returns
    Type Description
    UFDrf.RenderTextStatus

    Constructors

    DrawStandardFontStringFnT(Object, IntPtr)

    Declaration
    public DrawStandardFontStringFnT(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(String, Double[], Int32, Double, Double, Double, Double, Boolean, Boolean, Boolean, Boolean, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string textString, double[] origin, int fontId, double textAngle, double fontSize, double gapSize, double aspectRatio, bool suppressKerning, bool vertical, bool bold, bool italic, IntPtr client, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String textString
    System.Double[] origin
    System.Int32 fontId
    System.Double textAngle
    System.Double fontSize
    System.Double gapSize
    System.Double aspectRatio
    System.Boolean suppressKerning
    System.Boolean vertical
    System.Boolean bold
    System.Boolean italic
    System.IntPtr client
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual UFDrf.RenderTextStatus EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    UFDrf.RenderTextStatus

    Invoke(String, Double[], Int32, Double, Double, Double, Double, Boolean, Boolean, Boolean, Boolean, IntPtr)

    Declaration
    public virtual UFDrf.RenderTextStatus Invoke(string textString, double[] origin, int fontId, double textAngle, double fontSize, double gapSize, double aspectRatio, bool suppressKerning, bool vertical, bool bold, bool italic, IntPtr client)
    Parameters
    Type Name Description
    System.String textString
    System.Double[] origin
    System.Int32 fontId
    System.Double textAngle
    System.Double fontSize
    System.Double gapSize
    System.Double aspectRatio
    System.Boolean suppressKerning
    System.Boolean vertical
    System.Boolean bold
    System.Boolean italic
    System.IntPtr client
    Returns
    Type Description
    UFDrf.RenderTextStatus
    In This Article
    Back to top Generated by DocFX