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