UITechnologyElementProxy.EnsureVisibleByScrolling Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override void EnsureVisibleByScrolling(int pointX, int pointY, int % outpointX, int % outpointY);
public override void EnsureVisibleByScrolling (int pointX, int pointY, ref int outpointX, ref int outpointY);
override this.EnsureVisibleByScrolling : int * int * int * int -> unit
Public Overrides Sub EnsureVisibleByScrolling (pointX As Integer, pointY As Integer, ByRef outpointX As Integer, ByRef outpointY As Integer)
Parameters
- pointX
- Int32
- pointY
- Int32
- outpointX
- Int32
- outpointY
- Int32