.NET Framework Class Library

Line Constructor (Point, Point)

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > Line Class > Line Constructor  >

.NET Framework Class Library

Line Constructor (Point, Point)

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

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

C#

public Line(
 Point startP,
 Point endP
)

Visual C++

public:
Line(
 Point startP,
 Point endP
)

Parameters

startP

Type: Gnostice.Core.Graphics.Point

endP

Type: Gnostice.Core.Graphics.Point

See Also

Line Class

Line Members

Line Overload

Gnostice.Core.DOM Namespace