Moves the image region by the specified number of rows and columns.
- (BOOL)offsetRegionByAmount:(LeadPoint)offset
error:(NSError **)error
function Leadtools.RasterImage.OffsetRegion(
rowOffset ,
colOffset
)
rowOffset
The number of rows to move the region.
colOffset
The number of columns to move the region.
The move does not affect the pixels in the region.
This method uses image coordinates to specify the pixel. Therefore, you must account for the view perspective of the image.
For an example, refer to FlipRegion.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET