Search Results for

    Show / Hide Table of Contents

    Delegate UFDrf.FillRegionFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate UFDrf.RenderTextStatus UFDrf.FillRegionFnT(int num_points, double[] points, double fill_dist, double[] last_pt, out bool was_drawn, nint client)
    Parameters
    Type Name Description
    int num_points
    double[] points
    double fill_dist
    double[] last_pt
    bool was_drawn
    nint client
    Returns
    Type Description
    UFDrf.RenderTextStatus

    Constructors

    FillRegionFnT(object, nint)

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

    Methods

    BeginInvoke(int, double[], double, double[], out bool, nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int num_points, double[] points, double fill_dist, double[] last_pt, out bool was_drawn, nint client, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    int num_points
    double[] points
    double fill_dist
    double[] last_pt
    bool was_drawn
    nint client
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(out bool, IAsyncResult)

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

    Invoke(int, double[], double, double[], out bool, nint)

    Declaration
    public virtual UFDrf.RenderTextStatus Invoke(int num_points, double[] points, double fill_dist, double[] last_pt, out bool was_drawn, nint client)
    Parameters
    Type Name Description
    int num_points
    double[] points
    double fill_dist
    double[] last_pt
    bool was_drawn
    nint client
    Returns
    Type Description
    UFDrf.RenderTextStatus
    In this article
    Back to top Generated by DocFX