Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Moves the sample pointer along the x-axis relative to its current position.
Syntax
void retVal = object.Move(cSamples);
Parameters
cSamples [in]
Type: longNumber of samples to move the position along the x-axis.
Remarks
Specifying a negative value moves the sample pointer backward. Specifying a value larger than the row width can move the sample pointer to the next row, depending on whether the surface occupies a contiguous block of memory.
See also
Reference