Cursor.SetCursorPixelPosition(PointF, Boolean) Metod

Definition

Visar en markör på den angivna positionen. Mätt i bildpunkter.

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)

Parametrar

point
PointF

En PointF struktur som anger var markören ska ritas.

roundToBoundary
Boolean

Om trueritas markören längs närmaste diagramområdesgräns, om den angivna positionen inte faller inom ett ChartArea objekt.

Gäller för