MouseTracker.OnTrack Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub OnTrack ( _
X As Single, _
Y As Single _
)
'Usage
Dim instance As MouseTracker
Dim X As Single
Dim Y As Single
instance.OnTrack(X, Y)
void OnTrack(
float X,
float Y
)
Parameters
- X
Type: System.Single
- Y
Type: System.Single