Share via


SlideShowView.DrawLine Method

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub DrawLine ( _
    BeginX As Single, _
    BeginY As Single, _
    EndX As Single, _
    EndY As Single _
)
'Usage
Dim instance As SlideShowView
Dim BeginX As Single
Dim BeginY As Single
Dim EndX As Single
Dim EndY As Single

instance.DrawLine(BeginX, BeginY, EndX, _
    EndY)
void DrawLine(
    float BeginX,
    float BeginY,
    float EndX,
    float EndY
)

Parameters

See Also

Reference

SlideShowView Interface

SlideShowView Members

Microsoft.Office.Interop.PowerPoint Namespace