RampForce Structure (Microsoft.DirectX.DirectInput)

Contains type-specific information for effects that are marked as DIEFT_RAMPFORCE. The structure describes a ramp force effect.A reference to a single Dirampforce structure for an effect is passed in the lpvTypeSpecificParams member of the Dieffect structure.

Definition

Visual BasicPublic Structure RampForce
C#public struct RampForce 
C++public value class RampForce sealed 
JScriptIn JScript, you can use structures, but you cannot define your own.

Members Table

The following table lists the members exposed by the object.

Methods

MethodDescription
RampForce Initializes a new instance of the object.
ToString Obtains a string representation of the current instance.

Properties

PropertyDescription
End Magnitude at the end of the effect, in the range from -10,000 through 10,000.
Start Magnitude at the start of the effect, in the range from -10,000 through 10,000.

Structure Information

NamespaceMicrosoft.DirectX.DirectInput
AssemblyMicrosoft.DirectX.DirectInput (microsoft.directx.directinput.dll)
Strong NameMicrosoft.DirectX.DirectInput,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492
Show: