PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
This procedure draw an ellipse
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public void DrawEllipse( PDFBrush brush, PDFPen pen, double left, double top, double width, double height ) |
Visual Basic (Declaration) |
---|
Public Sub DrawEllipse ( _ brush As PDFBrush, _ pen As PDFPen, _ left As Double, _ top As Double, _ width As Double, _ height As Double _ ) |
Visual C++ |
---|
public: void DrawEllipse( PDFBrush^ brush, PDFPen^ pen, double left, double top, double width, double height ) |
Parameters
- brush
- Type: PDFTech..::.PDFBrush
Brush that determines the characteristics of the fill.
- pen
- Type: PDFTech..::.PDFPen
Pen that determines the color and width of the ellipse.
- left
- Type: System..::.Double
left value
- top
- Type: System..::.Double
top value
- width
- Type: System..::.Double
Ellipse width
- height
- Type: System..::.Double
Ellipse height