Microsoft DirectX 9.0 SDK Update (October 2004)

DeviceProperties.SetCalibrationPoints Method

Language:

Note: This documentation is preliminary and is subject to change.

Sets calibration points used for the adjustment of incoming raw data.

Definition

Visual Basic .NET Public Sub SetCalibrationPoints( _
    ByVal how As ParameterHow, _
    ByVal objectId As Integer, _
    ByVal value() As CalibrationPoint _
)
C# public void SetCalibrationPoints(
    ParameterHow how,
    int objectId,
    CalibrationPoint[] value
);
Managed C++ public: void SetCalibrationPoints(
    ParameterHow how,
    int objectId,
    CalibrationPoint value __gc[]
);
JScript .NET public function SetCalibrationPoints(
    how : ParameterHow,
    objectId : int,
    value : CalibrationPoint[]
);

Parameters

how Microsoft.DirectX.DirectInput.ParameterHow.
objectId System.Int32.
value Microsoft.DirectX.DirectInput.CalibrationPoint[].

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center