.NET Framework Class Library

Path.AddLine Method (Point, Point)

<< 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 (Point, Point)

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub AddLine ( _
 startP As Point, _
 endP As Point _
)

C#

public void AddLine(
 Point startP,
 Point endP
)

Visual C++

public:
void AddLine(
 Point startP,
 Point endP
)

Parameters

startP

Type: Gnostice.Core.Graphics.Point

endP

Type: Gnostice.Core.Graphics.Point

See Also

Path Class

Path Members

AddLine Overload

Gnostice.Core.DOM Namespace