.NET Framework Class Library

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

.NET Framework Class Library

Path.AddPie Method (Single, Single, Single, Single, Single, Single)

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub AddPie ( _
 x As Single, _
 y As Single, _
 width As Single, _
 height As Single, _
 startAngle As Single, _
 sweepAngle As Single _
)

C#

public void AddPie(
 float x,
 float y,
 float width,
 float height,
 float startAngle,
 float sweepAngle
)

Visual C++

public:
void AddPie(
 float x,
 float y,
 float width,
 float height,
 float startAngle,
 float sweepAngle
)

Parameters

x

Type: System.Single

y

Type: System.Single

width

Type: System.Single

height

Type: System.Single

startAngle

Type: System.Single

sweepAngle

Type: System.Single

See Also

Path Class

Path Members

AddPie Overload

Gnostice.Core.DOM Namespace