Source position: fppdf.pp line 746
public procedure TPDFPage.DrawEllipse( |
const APosX: TPDFFloat; |
const APosY: TPDFFloat; |
const AWidth: TPDFFloat; |
const AHeight: TPDFFloat; |
const ALineWidth: TPDFFloat; |
const AFill: Boolean = True; |
AStroke: Boolean = True; |
const ADegrees: single = 0.0 |
); overload; |
const APos: TPDFCoord; |
const AWidth: TPDFFloat; |
const AHeight: TPDFFloat; |
const ALineWidth: TPDFFloat; |
const AFill: Boolean = True; |
AStroke: Boolean = True; |
const ADegrees: single = 0.0 |
); overload; |