HiQPdf Documentation

PdfEllipseArcSetEllipseRectangle Method

Quickly Create High Quality PDFs
Set the ellipse bounding rectangle

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void SetEllipseRectangle(
	float x,
	float y,
	float width,
	float height
)

Parameters

x
Type: SystemSingle
The top left corner X coordinate
y
Type: SystemSingle
The top left corner Y coordinate
width
Type: SystemSingle
The rectangle width
height
Type: SystemSingle
The rectangle height
See Also

Reference