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
输入 指针的源。
返回
指针预测器实例。