.NET Framework Class Library

Line Constructor (Int32, Int32, Int32, Int32)

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

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub New ( _
 startX As Integer, _
 startY As Integer, _
 endX As Integer, _
 endY As Integer _
)

C#

public Line(
 int startX,
 int startY,
 int endX,
 int endY
)

Visual C++

public:
Line(
 int startX,
 int startY,
 int endX,
 int endY
)

Parameters

startX

Type: System.Int32

startY

Type: System.Int32

endX

Type: System.Int32

endY

Type: System.Int32

See Also

Line Class

Line Members

Line Overload

Gnostice.Core.DOM Namespace