Window.FrameMetricsAvailableEventArgs(Window, FrameMetrics, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the managed event data passed to the associated callback.
public FrameMetricsAvailableEventArgs(Android.Views.Window window, Android.Views.FrameMetrics frameMetrics, int dropCountSinceLastInvocation);
new Android.Views.Window.FrameMetricsAvailableEventArgs : Android.Views.Window * Android.Views.FrameMetrics * int -> Android.Views.Window.FrameMetricsAvailableEventArgs
Parameters
- window
- Window
The Android.Views.Window value used for window.
- frameMetrics
- FrameMetrics
The Android.Views.FrameMetrics value used for frame metrics.
- dropCountSinceLastInvocation
- Int32
The System.Int32 value used for drop count since last invocation.
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.