.NET Framework Class Library

Path.AddPolygon Method (Point[])

<< 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 (Point[])

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub AddPolygon ( _
 points As Point() _
)

C#

public void AddPolygon(
 Point[] points
)

Visual C++

public:
void AddPolygon(
 array<Point>^ points
)

Parameters

points

Type: Gnostice.Core.Graphics.Point[]

See Also

Path Class

Path Members

AddPolygon Overload

Gnostice.Core.DOM Namespace