EllipseElement Constructor |
Ellipse element constructor
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic EllipseElement(
float x,
float y,
float xRadius,
float yRadius
)
Public Sub New (
x As Single,
y As Single,
xRadius As Single,
yRadius As Single
)
Parameters
- x Single
- The X coordinate where the ellipse will be rendered
- y Single
- Y coordinate where the ellipse will be rendered
- xRadius Single
- The X radius of the ellipse
- yRadius Single
- The Y radius of the ellipse
See Also