Search Results for

    Show / Hide Table of Contents

    Class Window.HitTestDelegate

    Perform window hit test delegate.

    Inheritance
    System.Object
    Window.HitTestDelegate
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class HitTestDelegate : MulticastDelegate

    Constructors

    HitTestDelegate(Object, IntPtr)

    Declaration
    public HitTestDelegate(object object, IntPtr method)
    Parameters
    System.Object object

    System.IntPtr method

    Methods

    BeginInvoke(ref Float2, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ref Float2 mouse, AsyncCallback callback, object object)
    Parameters
    Float2 mouse

    System.AsyncCallback callback

    System.Object object

    Returns
    System.IAsyncResult

    EndInvoke(ref Float2, IAsyncResult)

    Declaration
    public virtual WindowHitCodes EndInvoke(ref Float2 mouse, IAsyncResult result)
    Parameters
    Float2 mouse

    System.IAsyncResult result

    Returns
    WindowHitCodes

    Invoke(ref Float2)

    Declaration
    public virtual WindowHitCodes Invoke(ref Float2 mouse)
    Parameters
    Float2 mouse

    Returns
    WindowHitCodes

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat