PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / RenderBlockEllipse Method / RenderBlockEllipse(Unit,Unit,LineDef) Method
The width of the ellipse.
The height of the ellipse.
The LineDef to draw the ellipse with.

In This Topic
    RenderBlockEllipse(Unit,Unit,LineDef) Method
    In This Topic
    Renders an ellipse into the block flow of the current document.
    Syntax
    'Declaration
     
    Public Overloads Function RenderBlockEllipse( _
       ByVal width As Unit, _
       ByVal height As Unit, _
       ByVal line As LineDef _
    ) As Boolean
    public bool RenderBlockEllipse( 
       Unit width,
       Unit height,
       LineDef line
    )

    Parameters

    width
    The width of the ellipse.
    height
    The height of the ellipse.
    line
    The LineDef to draw the ellipse with.

    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.

    See Also