PdfEllipseSliceSetEllipseRectangle Method

Set the ellipse bounding rectangle

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
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

See Also