Main Content
writeRegion
Class: ImageAdapter
Write block of data to region of image
Syntax
writeRegion(adapter,region_start,region_data)
Description
writeRegion(
writes a contiguous block of data adapter
,region_start
,region_data
)region_data
to the region of the image
with top-left pixel at coordinate region_start
.
Input Arguments
Tips
When you construct a class that inherits from the
ImageAdapter
class, you can optionally implement this method to enable incremental, region-based writing of images. Image adapter classes that do not implement thewriteRegion
method are read-only.
Version History
Introduced in R2010a