.NET Framework Class Library

Path.AddRoundRect Method (Int32, Int32, Int32, Int32, 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 > AddRoundRect Method  >

.NET Framework Class Library

Path.AddRoundRect Method (Int32, Int32, Int32, Int32, Single, Single)

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub AddRoundRect ( _
 x As Integer, _
 y As Integer, _
 width As Integer, _
 height As Integer, _
 arcWidth As Single, _
 arcHeight As Single _
)

C#

public void AddRoundRect(
 int x,
 int y,
 int width,
 int height,
 float arcWidth,
 float arcHeight
)

Visual C++

public:
void AddRoundRect(
 int x,
 int y,
 int width,
 int height,
 float arcWidth,
 float arcHeight
)

Parameters

x

Type: System.Int32

y

Type: System.Int32

width

Type: System.Int32

height

Type: System.Int32

arcWidth

Type: System.Single

arcHeight

Type: System.Single

See Also

Path Class

Path Members

AddRoundRect Overload

Gnostice.Core.DOM Namespace