Class WorkbookImpl.DigitSizeCallback
Delegate used for digit size evaluation.
Inheritance
System.Object
WorkbookImpl.DigitSizeCallback
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public sealed class DigitSizeCallback : MulticastDelegate
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 |
|