.NET Framework Class Library

Arc Constructor (Int32, Int32, Int32, Int32, Single, Single, Boolean)

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > Arc Class > Arc Constructor  >

.NET Framework Class Library

Arc Constructor (Int32, Int32, Int32, Int32, Single, Single, Boolean)

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub New ( _
 x As Integer, _
 y As Integer, _
 width As Integer, _
 height As Integer, _
 startAngle As Single, _
 sweepAngle As Single, _
 Optional isPie As Boolean = False _
)

C#

public Arc(
 int x,
 int y,
 int width,
 int height,
 float startAngle,
 float sweepAngle,
 bool isPie = false
)

Visual C++

public:
Arc(
 int x,
 int y,
 int width,
 int height,
 float startAngle,
 float sweepAngle,
 bool isPie = false
)

Parameters

x

Type: System.Int32

y

Type: System.Int32

width

Type: System.Int32

height

Type: System.Int32

startAngle

Type: System.Single

sweepAngle

Type: System.Single

isPie (Optional)

Type: System.Boolean

See Also

Arc Class

Arc Members

Arc Overload

Gnostice.Core.DOM Namespace