copyRect method
void
copyRect(
- int sourceTop,
- int sourceLeft,
- int sourceBottom,
- int sourceRight,
- int sourcePage,
- int destinationTop,
- int destinationLeft,
- int destinationPage,
override
Implementation
@override
void copyRect(
int sourceTop,
int sourceLeft,
int sourceBottom,
int sourceRight,
int sourcePage,
int destinationTop,
int destinationLeft,
int destinationPage,
) {
_buffer.copyRect(
sourceTop,
sourceLeft,
sourceBottom,
sourceRight,
sourcePage,
destinationTop,
destinationLeft,
destinationPage,
);
}