[]
Renders a horizontal line with the specified width, starting at the left of the page, into the block flow of the current document.
public bool RenderBlockHorzLine(Unit width, LineDef line)
Public Function RenderBlockHorzLine(width As Unit, line As LineDef) As Boolean
| Type | Name | Description |
|---|---|---|
| Unit | width | The width 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).