PdfEllipseSliceSetEllipseRectangle Method
Set the ellipse bounding rectangle
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public void SetEllipseRectangle(
float x,
float y,
float width,
float height
)
Parameters
- x Single
- The top left corner X coordinate
- y Single
- The top left corner Y coordinate
- width Single
- The rectangle width
- height Single
- The rectangle height