Click or drag to resize

IMcLinesMove Method

Move all features a given pixel displacement in the x and y directions

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub Move ( 
	DeltaX As Single,
	DeltaY As Single
)

Parameters

DeltaX
Type: SystemSingle
A positive number of pixels to move to the right. Negative values move towards the left. 0 does not move.
DeltaY
Type: SystemSingle
A positive number of pixels to move down. Negative values move towards the top. 0 does not move.

Implements

IMcFeaturesMove(Single, Single)
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.
See Also