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, Rect2 newRect)
Parameters
frameGraphFrame- Represents the method that handles the event of a class.
newRectRect2- Represents the method that handles the event of a class.
Constructors
FrameRectChangedEventHandler(object, nint)
public FrameRectChangedEventHandler(object @object, nint method)
Parameters
Methods
BeginInvoke(GraphFrame, Rect2, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(GraphFrame frame, Rect2 newRect, AsyncCallback callback, object @object)
Parameters
frameGraphFramenewRectRect2callbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(GraphFrame, Rect2)
public virtual void Invoke(GraphFrame frame, Rect2 newRect)
Parameters
frameGraphFramenewRectRect2