Search Results for

    Show / Hide Table of Contents

    Delegate UFDrf.DrawCharFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate UFDrf.RenderTextStatus UFDrf.DrawCharFnT(double[] origin, byte character, nint client)
    Parameters
    Type Name Description
    double[] origin
    byte character
    nint client
    Returns
    Type Description
    UFDrf.RenderTextStatus

    Constructors

    DrawCharFnT(object, nint)

    Declaration
    public DrawCharFnT(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(double[], byte, nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(double[] origin, byte character, nint client, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    double[] origin
    byte character
    nint client
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(double[], byte, nint)

    Declaration
    public virtual UFDrf.RenderTextStatus Invoke(double[] origin, byte character, nint client)
    Parameters
    Type Name Description
    double[] origin
    byte character
    nint client
    Returns
    Type Description
    UFDrf.RenderTextStatus
    In this article
    Back to top Generated by DocFX