.NET Framework Class Library

Path.AddPolygon Method (Int32[], Int32[])

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

Path.AddPolygon Method (Int32[], Int32[])

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub AddPolygon ( _
 xPoints As Integer(), _
 yPoints As Integer() _
)

C#

public void AddPolygon(
 int[] xPoints,
 int[] yPoints
)

Visual C++

public:
void AddPolygon(
 array<int>^ xPoints,
 array<int>^ yPoints
)

Parameters

xPoints

Type: System.Int32[]

yPoints

Type: System.Int32[]

See Also

Path Class

Path Members

AddPolygon Overload

Gnostice.Core.DOM Namespace