Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static ArrayList BezierArc( float x1, float y1, float x2, float y2, float startAng, float extent ) |
Visual Basic |
---|
Public Shared Function BezierArc ( _ x1 As Single, _ y1 As Single, _ x2 As Single, _ y2 As Single, _ startAng As Single, _ extent As Single _ ) As ArrayList |
Visual C++ |
---|
public: static ArrayList^ BezierArc( float x1, float y1, float x2, float y2, float startAng, float extent ) |
Parameters
- x1
- Type: System..::..Single
- y1
- Type: System..::..Single
- x2
- Type: System..::..Single
- y2
- Type: System..::..Single
- startAng
- Type: System..::..Single
- extent
- Type: System..::..Single