Freigeben über


IInkPointFactory.CreateInkPoint(Point, Single) Methode

Definition

Generiert ein InkPoint-Objekt , das Positions- und Druckinformationen enthält, die beim Erstellen einer InkStroke verwendet werden.

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

Parameter

position
Point

Die Bildschirmkoordinaten für das InkPoint-Objekt .

pressure
Single

float

Der Druck des Kontakts auf der Digitizeroberfläche. Der Standardwert ist 0,5.

Gibt zurück

Ein einzelner Punkt.

Gilt für:

Weitere Informationen