Table of Contents

Delegate GraphEdit.FrameRectChangedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the FrameRectChanged event of a GraphEdit class.

public delegate void GraphEdit.FrameRectChangedEventHandler(GraphFrame frame, Vector2 newRect)

Parameters

frame GraphFrame
Represents the method that handles the event of a class.
newRect Vector2
Represents the method that handles the event of a class.

Constructors

FrameRectChangedEventHandler(object, IntPtr)

public FrameRectChangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(GraphFrame, Vector2, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(GraphFrame frame, Vector2 newRect, AsyncCallback callback, object @object)

Parameters

frame GraphFrame
newRect Vector2
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(GraphFrame, Vector2)

public virtual void Invoke(GraphFrame frame, Vector2 newRect)

Parameters

frame GraphFrame
newRect Vector2