PDF File Writer Class Library - Author Uzi Granot
PdfContentsDrawRoundedRectangle Method (Double, Double, Double, Double, Double, PaintOp) |
Draw Rounded Rectangle
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void DrawRoundedRectangle( double OriginX, double OriginY, double Width, double Height, double Radius, PaintOp PP )
Parameters
- OriginX
- Type: SystemDouble
Origin X (left) - OriginY
- Type: SystemDouble
Origin Y (right) - Width
- Type: SystemDouble
Width - Height
- Type: SystemDouble
Height - Radius
- Type: SystemDouble
Radius - PP
- Type: PdfFileWriterPaintOp
Paint operator
