.NET Framework Class Library
BezierCurve Constructor (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 > BezierCurve Class > BezierCurve Constructor > BezierCurve Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Sub New ( _ |
C# |
public BezierCurve( |
Visual C++ |
public: |
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