'宣言 Public Function RenderBlockHorzLine( _ ByVal width As Unit, _ ByVal line As LineDef _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim width As Unit Dim line As LineDef Dim value As System.Boolean value = instance.RenderBlockHorzLine(width, line)
パラメータ
- width
- The width of the line.
- line
- The LineDef used to draw the line.
戻り値の型
true if no warnings were generated by this call, false otherwise.