Microsoft DirectX 9.0 SDK Update (October 2004)

DeviceProperties.GetCalibrationPoints Method

Language:

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

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

Definition

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

Parameters

how Microsoft.DirectX.DirectInput.ParameterHow.
objectId System.Int32.

Return 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