UITechnologyElement.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:
abstract void EnsureVisibleByScrolling(int pointX, int pointY, int % outpointX, int % outpointY);
public abstract void EnsureVisibleByScrolling (int pointX, int pointY, ref int outpointX, ref int outpointY);
abstract member EnsureVisibleByScrolling : int * int * int * int -> unit
Public MustOverride 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