Delegate Window.FrameCallbackType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Type of callback which is called when the frame rendering is done by graphics driver or when the frame is displayed on display.

C#
Copy
public delegate void FrameCallbackType(int frameId);

Extension Methods