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