.NET Framework Class Library

Path.AddRectangles 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.AddRectangles Method

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub AddRectangles ( _
 rects As Rectangle() _
)

C#

public void AddRectangles(
 Rectangle[] rects
)

Visual C++

public:
void AddRectangles(
 array<Rectangle^>^ rects
)

Parameters

rects

Type: Gnostice.Core.Graphics.Rectangle[]

See Also

Path Class

Path Members

Gnostice.Core.DOM Namespace