.NET Framework Class Library

Path.AddBezierCurve Method (Int32, Int32, Int32, Int32, 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 > AddBezierCurve Method  >

.NET Framework Class Library

Path.AddBezierCurve Method (Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Sub AddBezierCurve ( _
 startX As Integer, _
 startY As Integer, _
 ctrlX1 As Integer, _
 ctrlY1 As Integer, _
 ctrlX2 As Integer, _
 ctrlY2 As Integer, _
 endX As Integer, _
 endY As Integer _
)

C#

public void AddBezierCurve(
 int startX,
 int startY,
 int ctrlX1,
 int ctrlY1,
 int ctrlX2,
 int ctrlY2,
 int endX,
 int endY
)

Visual C++

public:
void AddBezierCurve(
 int startX,
 int startY,
 int ctrlX1,
 int ctrlY1,
 int ctrlX2,
 int ctrlY2,
 int endX,
 int endY
)

Parameters

startX

Type: System.Int32

startY

Type: System.Int32

ctrlX1

Type: System.Int32

ctrlY1

Type: System.Int32

ctrlX2

Type: System.Int32

ctrlY2

Type: System.Int32

endX

Type: System.Int32

endY

Type: System.Int32

See Also

Path Class

Path Members

AddBezierCurve Overload

Gnostice.Core.DOM Namespace