.NET Framework Class Library

Path.AddRoundRect Method (Rectangle, 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 (Rectangle, Single, Single)

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub AddRoundRect ( _
 rect As Rectangle, _
 arcWidth As Single, _
 arcHeight As Single _
)

C#

public void AddRoundRect(
 Rectangle rect,
 float arcWidth,
 float arcHeight
)

Visual C++

public:
void AddRoundRect(
 Rectanglerect,
 float arcWidth,
 float arcHeight
)

Parameters

rect

Type: Gnostice.Core.Graphics.Rectangle

arcWidth

Type: System.Single

arcHeight

Type: System.Single

See Also

Path Class

Path Members

AddRoundRect Overload

Gnostice.Core.DOM Namespace