Delegate UFDrf.DrawArcFnT
  
  
  
  
  Assembly: NXOpen.UF.dll
  Syntax
  
    public delegate UFDrf.RenderTextStatus DrawArcFnT(double[] center, double radius, double start_param, double end_param, IntPtr client);
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double[] | 
        center | 
         | 
      
      
        | System.Double | 
        radius | 
         | 
      
      
        | System.Double | 
        start_param | 
         | 
      
      
        | System.Double | 
        end_param | 
         | 
      
      
        | System.IntPtr | 
        client | 
         | 
      
    
  
  Returns
  
  Constructors
  
  
  
  
  DrawArcFnT(Object, IntPtr)
  
  
  Declaration
  
    public DrawArcFnT(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  BeginInvoke(Double[], Double, Double, Double, IntPtr, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(double[] center, double radius, double start_param, double end_param, IntPtr client, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double[] | 
        center | 
         | 
      
      
        | System.Double | 
        radius | 
         | 
      
      
        | System.Double | 
        start_param | 
         | 
      
      
        | System.Double | 
        end_param | 
         | 
      
      
        | 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
  
  
  
  
  Invoke(Double[], Double, Double, Double, IntPtr)
  
  
  Declaration
  
    public virtual UFDrf.RenderTextStatus Invoke(double[] center, double radius, double start_param, double end_param, IntPtr client)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double[] | 
        center | 
         | 
      
      
        | System.Double | 
        radius | 
         | 
      
      
        | System.Double | 
        start_param | 
         | 
      
      
        | System.Double | 
        end_param | 
         | 
      
      
        | System.IntPtr | 
        client | 
         | 
      
    
  
  Returns