 | PathPointsCollectionAppendEllipse Method |
Adds an ellipse defined by a bounding rectangle
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic void AppendEllipse(
FS_RECTF rect
)
Public Sub AppendEllipse (
rect As FS_RECTF
)
public:
void AppendEllipse(
FS_RECTF rect
)
member AppendEllipse :
rect : FS_RECTF -> unit public void AppendEllipse(
FS_RECTF rect
)
function AppendEllipse(rect);
Parameters
- rect FS_RECTF
- A FS_RECTF structure that defines the boundaries of the ellipse.
See Also