共用方式為


PointerPredictor.CreateForInputPointerSource(InputPointerSource) 方法

定義

為指定的InputPointerSource建立PointerPredictor的實例。

public:
 static PointerPredictor ^ CreateForInputPointerSource(InputPointerSource ^ inputPointerSource);
 static PointerPredictor CreateForInputPointerSource(InputPointerSource const& inputPointerSource);
public static PointerPredictor CreateForInputPointerSource(InputPointerSource inputPointerSource);
function createForInputPointerSource(inputPointerSource)
Public Shared Function CreateForInputPointerSource (inputPointerSource As InputPointerSource) As PointerPredictor

參數

inputPointerSource
InputPointerSource

輸入 指標的來源。

傳回

指標預測器實例。

適用於

另請參閱