updateCaptureRegion abstract method

Future<void> updateCaptureRegion(
  1. dynamic rect
)

Update the area captured by the screen.

Available since: 3.1.0 Description: Update the area captured by the screen. When to call: It can be called after the engine by createScreenCaptureSource has been initialized. Restrictions: Only support in Windows/macOS.

  • rect The position of the area to be captured relative to the entire screen or window.

Implementation

Future<void> updateCaptureRegion(Rect rect);