This document is archived and information here might be outdated. Recommended version. |
Offsets the position of the progression.
[Visual Basic .NET]
Public Function OffsetPosition ( _
ByVal offsetValue As Integer _
) As Integer
[C#]
public int OffsetPosition (
int offsetValue
);
[C++]
HRESULT OffsetPosition(
long offsetValue
);
[C++] Parameters offsetValue [in]
offsetValue is a parameter of type long
Offsets the current Position by the specified value.