.NET Framework Class Library

Path.AddRectangle Method (Single, Single, 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 > AddRectangle Method  >

.NET Framework Class Library

Path.AddRectangle Method (Single, Single, Single, Single)

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub AddRectangle ( _
 x As Single, _
 y As Single, _
 width As Single, _
 height As Single _
)

C#

public void AddRectangle(
 float x,
 float y,
 float width,
 float height
)

Visual C++

public:
void AddRectangle(
 float x,
 float y,
 float width,
 float height
)

Parameters

x

Type: System.Single

y

Type: System.Single

width

Type: System.Single

height

Type: System.Single

See Also

Path Class

Path Members

AddRectangle Overload

Gnostice.Core.DOM Namespace