.NET Framework Class Library

Path.AddPolyline Method (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 > AddPolyline Method  >

.NET Framework Class Library

Path.AddPolyline Method (Single[], Single[])

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub AddPolyline ( _
 xPoints As Single(), _
 yPoints As Single() _
)

C#

public void AddPolyline(
 float[] xPoints,
 float[] yPoints
)

Visual C++

public:
void AddPolyline(
 array<float>^ xPoints,
 array<float>^ yPoints
)

Parameters

xPoints

Type: System.Single[]

yPoints

Type: System.Single[]

See Also

Path Class

Path Members

AddPolyline Overload

Gnostice.Core.DOM Namespace