Delegate WorkbookImpl.DigitSizeCallback
Delegate used for digit size evaluation.
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
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 |
|