Cursor.SetCursorPixelPosition(PointF, Boolean) Método

Definição

Exibe um cursor na posição especificada.Displays a cursor at the specified position. Medido em pixels.Measured in pixels.

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)

Parâmetros

point
PointF

Uma estrutura PointF que especifica o local em que o cursor será desenhado.A PointF structure that specifies where the cursor will be drawn.

roundToBoundary
Boolean

Se for true, o cursor será desenhado ao longo do limite de área do gráfico mais próximo desde que a posição especificada não esteja em um objeto ChartArea.If true, the cursor will be drawn along the nearest chart area boundary, if the specified position does not fall within a ChartArea object.

Aplica-se a