Share via


IUITechnologyElement.EnsureVisibleByScrolling Method

Definition

Scrolls this element into view in the UI.

public:
 void EnsureVisibleByScrolling(int pointX, int pointY, int % outpointX, int % outpointY);
public void EnsureVisibleByScrolling (int pointX, int pointY, ref int outpointX, ref int outpointY);
abstract member EnsureVisibleByScrolling : int * int * int * int -> unit
Public Sub EnsureVisibleByScrolling (pointX As Integer, pointY As Integer, ByRef outpointX As Integer, ByRef outpointY As Integer)

Parameters

pointX
Int32

The relative x-coordinate to make visible.

pointY
Int32

The relative y-coordinate to make visible.

outpointX
Int32

The relative x-coordinate of the point with regard to the topmost container after scrolling.

outpointY
Int32

The relative y-coordinate of the point with regard to the topmost container after scrolling.

Applies to