Search Results for

    Show / Hide Table of Contents

    Delegate ResizeEventGetBounds

    Event to retrieve original object bounds

    Namespace: Reportman.Designer
    Assembly: Reportman.Designer.dll
    Syntax
    public delegate Rectangle ResizeEventGetBounds()
    Returns
    Type Description
    Rectangle

    Constructors

    View Source

    ResizeEventGetBounds(object, nint)

    Declaration
    public ResizeEventGetBounds(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    View Source

    BeginInvoke(AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult
    View Source

    EndInvoke(IAsyncResult)

    Declaration
    public virtual Rectangle EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    Rectangle
    View Source

    Invoke()

    Declaration
    public virtual Rectangle Invoke()
    Returns
    Type Description
    Rectangle
    • View Source
    In this article
    Back to top Generated by DocFX