RenderDirectEllipse(Unit,Unit,Unit,Unit,Style) Method
In This Topic
Adds an ellipse to the
C1.C1Preview.C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
Syntax
'Declaration
Public Overloads Sub RenderDirectEllipse( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Style _
)
public void RenderDirectEllipse(
Unit ,
Unit ,
Unit ,
Unit ,
Style
)
Parameters
- x
- The horizontal (X) coordinate at which to render the ellipse (cannot be auto).
- y
- The vertical (Y) coordinate at which to render the ellipse (cannot be auto).
- width
- The width of the ellipse.
- height
- The height of the ellipse.
- style
- The C1.C1Preview.C1PrintDocument.Style to use.
See Also