Renders an ellipse into the block flow of the current document.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public bool RenderBlockEllipse( Unit width, Unit height, Color lineColor, Unit lineThickness, Color fillColor ) |
Visual Basic |
---|
Public Function RenderBlockEllipse ( _ width As Unit, _ height As Unit, _ lineColor As Color, _ lineThickness As Unit, _ fillColor As Color _ ) As Boolean |
Parameters
- width
- Type: C1.C1Preview..::..Unit
The width of the ellipse.
- height
- Type: C1.C1Preview..::..Unit
The height of the ellipse.
- lineColor
- Type: System.Drawing..::..Color
The line color.
- lineThickness
- Type: C1.C1Preview..::..Unit
The line thickness.
- fillColor
- Type: System.Drawing..::..Color
The ellipse fill color.
Return Value
true if no warnings were generated by this call, false otherwise.Remarks
This method can only be used between calls to StartDoc()()()() and EndDoc()()()() methods on the current document. For details, see RenderBlock(RenderObject).