Cursor.SetCursorPixelPosition(PointF, Boolean) 메서드

정의

지정된 위치에 커서를 표시합니다. 픽셀 단위로 측정됩니다.

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)

매개 변수

point
PointF

PointF 커서를 그릴 위치를 지정하는 구조체입니다.

roundToBoundary
Boolean

지정 true한 위치가 개체에 속하지 않는 경우 가장 가까운 차트 영역 경계를 따라 커서를 ChartArea 그립니다.

적용 대상