コード例 #1
0
 /// <summary>
 /// Determines the width, height, and location relative to the window
 /// of the given view and returns the values via an asynchronous callback.
 /// </summary>
 /// <param name="reactTag">The view tag to measure.</param>
 /// <param name="callback">The callback.</param>
 public void MeasureInWindow(int reactTag, ICallback callback)
 {
     _operationsQueue.EnqueueMeasureInWindow(reactTag, callback);
 }