[]
Renders a vertical line with the specified height, starting at the current position, into the block flow of the current document.
public bool RenderBlockVertLine(Unit height, LineDef line)
Type | Name | Description |
---|---|---|
Unit | height | The height of the line. |
LineDef | line | The LineDef used to draw the line. |
Type | Description |
---|---|
bool | true if no warnings were generated by this call, false otherwise. |
This method can only be used between calls to StartDoc() and EndDoc() methods on the current document. For details, see RenderBlock(RenderObject).