.NET Framework Class Library

Path.AddCircle Method (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 > AddCircle Method  >

.NET Framework Class Library

Path.AddCircle Method (Single, Single, Single)

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

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

C#

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

Visual C++

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

Parameters

x

Type: System.Single

y

Type: System.Single

radius

Type: System.Single

See Also

Path Class

Path Members

AddCircle Overload

Gnostice.Core.DOM Namespace