THPDFPage.FMEllipse Method

Provides fmellipse behaviour for the page drawing workflow. Use it when the surrounding API family needs explicit control over PDF objects, page content, resources, conformance, or diagnostics

Declaration

procedure FMEllipse(X, Y, X1, Y1: Single);

Unit

HPDFDoc

Parameters

NamePurpose
XPage coordinate or size value expressed in the current HotPDF coordinate space
YPage coordinate or size value expressed in the current HotPDF coordinate space
X1Input used by FMEllipse
Y1Input used by FMEllipse

Return value

This member does not return a value

Usage notes

Related APIs