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