Cursor.SetCursorPixelPosition(PointF, Boolean) Methode

Definition

Zeigt einen Cursor an der angegebenen Position an. Angegeben in Pixel.

public:
 void SetCursorPixelPosition(System::Drawing::PointF point, bool roundToBoundary);
public void SetCursorPixelPosition (System.Drawing.PointF point, bool roundToBoundary);
member this.SetCursorPixelPosition : System.Drawing.PointF * bool -> unit
Public Sub SetCursorPixelPosition (point As PointF, roundToBoundary As Boolean)

Parameter

point
PointF

Eine PointF-Struktur, die angibt, wo der Cursor gezeichnet wird.

roundToBoundary
Boolean

Bei true wird der Cursor entlang der nächsten Diagrammbereichsbegrenzung gezeichnet, wenn die angegebene Position nicht innerhalb eines ChartArea-Objekts liegt.

Gilt für