.NET Framework Class Library

Path.AddArc 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 > AddArc Method  >

.NET Framework Class Library

Path.AddArc Method (Rectangle, Single, Single)

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub AddArc ( _
 rect As Rectangle, _
 startAngle As Single, _
 sweepAngle As Single _
)

C#

public void AddArc(
 Rectangle rect,
 float startAngle,
 float sweepAngle
)

Visual C++

public:
void AddArc(
 Rectanglerect,
 float startAngle,
 float sweepAngle
)

Parameters

rect

Type: Gnostice.Core.Graphics.Rectangle

startAngle

Type: System.Single

sweepAngle

Type: System.Single

See Also

Path Class

Path Members

AddArc Overload

Gnostice.Core.DOM Namespace