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