Description
Move all features a given pixel displacement in the x and y directions
-
Return Type
-
None
-
Syntax
-
object.Move DeltaX, DeltaY
The Move Method syntax has these parts: |
| object | An expression evaluating to an object of type McPoints. | | DeltaX | Required. A Single value. A positive number of pixels to move to the right. Negative values move towards the left. 0 does not move.
| | DeltaY | Required. A Single value. A positive number of pixels to move down. Negative values move towards the top. 0 does not move.
| Remarks
The shape and type of features is not affected if DeletaX and DeltaY are integral values. If DeltaX and/or DeltaY are non-integral, then regions of type mcftScanList or mcftBox are converted to mcftOutline before doing the move.
|