Moves the sides m units.
[Visual Basic 6.0] Sub OffsetM(
ByVal M As Double _
)
[Visual Basic .NET] Public Sub OffsetM ( _ ByVal M As Double _ )
[C#] public void OffsetM ( double M );
[Java] public void offsetM ( double M ) throws IOException, AutomationException
[C++]
HRESULT OffsetM(
double M
);
Parameters
M
M is a parameter of type double
OffsetM shifts the M values for the Envelope. None of the other properties are changed.
new MMin = old MMin + M
new MMax = old MMax + M