| Leadtools Namespace > RasterImage Class : OffsetRegion Method |
'Declaration Public Sub OffsetRegion( _ ByVal rowOffset As Integer, _ ByVal colOffset As Integer _ )
'Usage Dim instance As RasterImage Dim rowOffset As Integer Dim colOffset As Integer instance.OffsetRegion(rowOffset, colOffset)
-(BOOL)offsetRegion:(int)rowOffset
colOffset:(int)colOffset
error:(NSError**)outError;
public void offsetRegion(
int rowOffset,
int colOffset
)
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.