PointerPredictor.CreateForInputPointerSource(InputPointerSource) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為指定的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
輸入 指標的來源。
傳回
指標預測器實例。