menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate WorkbookImpl.DigitSizeCallback - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate WorkbookImpl.DigitSizeCallback

    Delegate used for digit size evaluation.

    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public delegate void DigitSizeCallback(RectangleF rect, ref double currentMax);
    Parameters
    Type Name Description
    System.Drawing.RectangleF rect

    Rectangle containing current digit size.

    System.Double currentMax

    Current maximum value.

    Constructors

    DigitSizeCallback(Object, IntPtr)

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

    Methods

    BeginInvoke(RectangleF, ref Double, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(RectangleF rect, ref double currentMax, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Drawing.RectangleF rect
    System.Double currentMax
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(ref Double, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref double currentMax, IAsyncResult result)
    Parameters
    Type Name Description
    System.Double currentMax
    System.IAsyncResult result

    Invoke(RectangleF, ref Double)

    Declaration
    public virtual void Invoke(RectangleF rect, ref double currentMax)
    Parameters
    Type Name Description
    System.Drawing.RectangleF rect
    System.Double currentMax
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved