.NET Framework Class Library

Path.AddEllipse Method (Int32, Int32, Int32, Int32)

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

Path.AddEllipse Method (Int32, Int32, Int32, Int32)

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub AddEllipse ( _
 x As Integer, _
 y As Integer, _
 width As Integer, _
 height As Integer _
)

C#

public void AddEllipse(
 int x,
 int y,
 int width,
 int height
)

Visual C++

public:
void AddEllipse(
 int x,
 int y,
 int width,
 int height
)

Parameters

x

Type: System.Int32

y

Type: System.Int32

width

Type: System.Int32

height

Type: System.Int32

See Also

Path Class

Path Members

AddEllipse Overload

Gnostice.Core.DOM Namespace