readPixels method
Implementation
void readPixels(
int x,
int y,
int width,
int height,
int format,
int type,
TypedData pixels,
) {
_readPixels(x, y, width, height, format, type, pixels);
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
void readPixels(
int x,
int y,
int width,
int height,
int format,
int type,
TypedData pixels,
) {
_readPixels(x, y, width, height, format, type, pixels);
}