.NET Framework Class Library

Path.AddCircle Method (Int32, Int32, Single)

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

Path.AddCircle Method (Int32, Int32, Single)

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub AddCircle ( _
 x As Integer, _
 y As Integer, _
 radius As Single _
)

C#

public void AddCircle(
 int x,
 int y,
 float radius
)

Visual C++

public:
void AddCircle(
 int x,
 int y,
 float radius
)

Parameters

x

Type: System.Int32

y

Type: System.Int32

radius

Type: System.Single

See Also

Path Class

Path Members

AddCircle Overload

Gnostice.Core.DOM Namespace