.NET Framework Class Library

Path.AddLine Method (Single, Single, Single, Single)

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > Path Class > Path Methods > AddLine Method  >

.NET Framework Class Library

Path.AddLine Method (Single, Single, Single, Single)

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Sub AddLine ( _
 startX As Single, _
 startY As Single, _
 endX As Single, _
 endY As Single _
)

C#

public void AddLine(
 float startX,
 float startY,
 float endX,
 float endY
)

Visual C++

public:
void AddLine(
 float startX,
 float startY,
 float endX,
 float endY
)

Parameters

startX

Type: System.Single

startY

Type: System.Single

endX

Type: System.Single

endY

Type: System.Single

See Also

Path Class

Path Members

AddLine Overload

Gnostice.Core.DOM Namespace