alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DrawStateProc

    This function is an application-defined callback function that renders a complex image for the DrawState function.

    Inheritance
    System.Object
    DrawStateProc
    Namespace: Syncfusion.WinForms.Core
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class DrawStateProc : MulticastDelegate

    Constructors

    DrawStateProc(Object, IntPtr)

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

    Methods

    BeginInvoke(IntPtr, IntPtr, IntPtr, Int32, Int32, AsyncCallback, Object)

    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
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type
    System.Boolean

    Invoke(IntPtr, IntPtr, IntPtr, Int32, Int32)

    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
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved