PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / RenderBlockRectangle Method / RenderBlockRectangle(Unit,Unit,Style) Method
The width of the rectangle.
The height of the rectangle.
The Style to use.

In This Topic
    RenderBlockRectangle(Unit,Unit,Style) Method
    In This Topic
    Renders a rectangle into the block flow of the current document.
    Syntax
    'Declaration
     
    Public Overloads Function RenderBlockRectangle( _
       ByVal width As Unit, _
       ByVal height As Unit, _
       ByVal style As Style _
    ) As Boolean
    public bool RenderBlockRectangle( 
       Unit width,
       Unit height,
       Style style
    )

    Parameters

    width
    The width of the rectangle.
    height
    The height of the rectangle.
    style
    The Style to use.

    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