- rowOffset
- The number of rows to move the region.
- colOffset
- The number of columns to move the region.
Visual Basic (Declaration) | |
---|---|
Public Sub OffsetRegion( _ ByVal rowOffset As Integer, _ ByVal colOffset As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterImage Dim rowOffset As Integer Dim colOffset As Integer instance.OffsetRegion(rowOffset, colOffset) |
Parameters
- rowOffset
- The number of rows to move the region.
- colOffset
- The number of columns to move the region.
For an example, refer to FlipRegion.
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.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7