.NET Framework Class Library

Path.AddPoint Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

Path.AddPoint Method

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub AddPoint ( _
 pt As Point _
)

C#

public void AddPoint(
 Point pt
)

Visual C++

public:
void AddPoint(
 Point pt
)

Parameters

pt

Type: Gnostice.Core.Graphics.Point

See Also

Path Class

Path Members

Gnostice.Core.DOM Namespace