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 void CurveTo( float x2, float y2, float x3, float y3 ) |
Visual Basic |
---|
Public Sub CurveTo ( _ x2 As Single, _ y2 As Single, _ x3 As Single, _ y3 As Single _ ) |
Visual C++ |
---|
public: void CurveTo( float x2, float y2, float x3, float y3 ) |
Parameters
- x2
- Type: System..::..Single
- y2
- Type: System..::..Single
- x3
- Type: System..::..Single
- y3
- Type: System..::..Single