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 RoundRectangle( float x, float y, float w, float h, float r ) |
Visual Basic |
---|
Public Sub RoundRectangle ( _ x As Single, _ y As Single, _ w As Single, _ h As Single, _ r As Single _ ) |
Visual C++ |
---|
public: void RoundRectangle( float x, float y, float w, float h, float r ) |
Parameters
- x
- Type: System..::..Single
- y
- Type: System..::..Single
- w
- Type: System..::..Single
- h
- Type: System..::..Single
- r
- Type: System..::..Single