Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
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)offsetRegionByAmount:(LeadPoint)offset error:(NSError **)error
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.