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

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