ScreenCapture class

Constructors

ScreenCapture()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

captureEntireScreen() Future<CapturedScreenArea?>
Captures the entire screen area of the main display.
captureScreenArea(Rect rect) Future<CapturedScreenArea?>
Captures a screen area of the main display.
captureScreenColor(double x, double y) Future<Color?>
Captures the color of a pixel on the screen.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited