CoreInkIndependentInputSource.Create(InkPresenter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a CoreInkIndependentInputSource object for handling pointer input prior to processing by an InkPresenter object.
public:
static CoreInkIndependentInputSource ^ Create(InkPresenter ^ inkPresenter);
static CoreInkIndependentInputSource Create(InkPresenter const& inkPresenter);
public static CoreInkIndependentInputSource Create(InkPresenter inkPresenter);
function create(inkPresenter)
Public Shared Function Create (inkPresenter As InkPresenter) As CoreInkIndependentInputSource
Parameters
- inkPresenter
- InkPresenter
Object that manages the input, processing, and rendering of InkStroke data for an InkCanvas control.
Returns
Object that handles the pointer input for an InkPresenter object.