PdfEllipseArcSetEllipseRectangle Method
Set the ellipse bounding rectangle
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void SetEllipseRectangle(
float x,
float y,
float width,
float height
)
Public Sub SetEllipseRectangle (
x As Single,
y As Single,
width As Single,
height As Single
)
public:
void SetEllipseRectangle(
float x,
float y,
float width,
float height
)
member SetEllipseRectangle :
x : float32 *
y : float32 *
width : float32 *
height : float32 -> unit
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