Class DrawStateProc
This function is an application-defined callback function that renders a complex image for the DrawState function.
Inheritance
System.Object
DrawStateProc
Assembly: Syncfusion.Shared.Base.dll
public sealed class DrawStateProc : MulticastDelegate
Constructors
Declaration
public DrawStateProc(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(IntPtr hdc, IntPtr lData, IntPtr wData, int cx, int cy, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
hdc |
|
| System.IntPtr |
lData |
|
| System.IntPtr |
wData |
|
| System.Int32 |
cx |
|
| System.Int32 |
cy |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
Declaration
public virtual bool Invoke(IntPtr hdc, IntPtr lData, IntPtr wData, int cx, int cy)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
hdc |
|
| System.IntPtr |
lData |
|
| System.IntPtr |
wData |
|
| System.Int32 |
cx |
|
| System.Int32 |
cy |
|
Returns