[]
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)
Public Function RenderBlockVertLine(height As Unit, line As LineDef) As Boolean
| 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).