Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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