[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.RenderBlockVertLine

RenderBlockVertLine Method

RenderBlockVertLine(Unit, LineDef)

Renders a vertical line with the specified height, starting at the current position, into the block flow of the current document.

Declaration
public bool RenderBlockVertLine(Unit height, LineDef line)
Parameters
Type Name Description
Unit height

The height of the line.

LineDef line

The LineDef used to draw the line.

Returns
Type Description
bool

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).

See Also