Share via


IInkPointFactory.CreateInkPoint(Point, Single) Method

Definition

Generates an InkPoint object that includes position and pressure information used in the construction of an InkStroke.

public:
 InkPoint ^ CreateInkPoint(Point position, float pressure);
InkPoint CreateInkPoint(Point const& position, float const& pressure);
public InkPoint CreateInkPoint(Point position, float pressure);
function createInkPoint(position, pressure)
Public Function CreateInkPoint (position As Point, pressure As Single) As InkPoint

Parameters

position
Point

The screen coordinates for the InkPoint object.

pressure
Single

float

The pressure of the contact on the digitizer surface. The default is 0.5.

Returns

A single point.

Applies to

See also